jfrog / jenkins-artifactory-plugin

Jenkins artifactory plugin
http://jenkins-ci.org/
116 stars 189 forks source link

Build retention policy does not delete all files of Conan packages #271

Open JanGerber opened 4 years ago

JanGerber commented 4 years ago

Hi,

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:

image

LeviLior commented 3 years ago

I'm having same issue! only the .tar.gz file and export folder are deleted. other files remains!

glevy commented 3 years ago

Hi @yahavi, @eyalbe4,

Can you take a look at this? Still happening on:

Jenkins Artifactory plugin version: 3.13.1 Jenkins operating system: Docker Artifactory Version: 7.19.4

We also reported this one #561

Thanks, Gilad