1

We use the Artifactory Jenkins plugin in combination with Conan. In our jenkinsfile we use the following line to delete old builds and artifacts:

buildInfo.retention maxBuilds: 3, deleteBuildArtifacts: true, async: true

However, this does not delete the entire package. The following folders and files remain in the Artifactory:

Artifactory Conan Package after retention

Used versions: Artifactory Jenkins Plugin: 3.6.1

Does anyone have similar problems or sees a bug in my code?

crusy
  • 1,424
  • 2
  • 25
  • 54
Jan Gerber
  • 51
  • 1
  • 4

0 Answers0