Hi, I maintain https://github.com/jenkinsci/artifactory-artifact-manager-plugin which is an Artifact Manager for Artifactory.
It implement "ItemListener" and responsible to delete archived artifacts on Artifactory when an item is deleted https://github.com/jenkinsci/artifactory-artifact-manager-plugin/blob/main/src/main/java/io/jenkins/plugins/artifactory_artifacts/ArtifactoryArtifactManager.java#L412-L432 I works well for build and when deleting a mutlibranch but data is kept forever when a branch is deleted (for example via UI when it's disabled). By checking logs the onDeleted() is just not called. Is it expected behavior? Is there any missing listener somewhere? I'm using the cloudbees-bitbucket-branch-source as branch. I'm not sure about other implementation (But I guess it should be on branch-api?) Thanks for your hints! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/jenkinsci-dev/31dd045d-9269-49a2-a81c-4a7c6ba06187n%40googlegroups.com.
