jfrog / jenkins-artifactory-plugin

Jenkins artifactory plugin
http://jenkins-ci.org/
114 stars 187 forks source link

Trigger build on Jenkin using Artifactory Plugin might skip some Artifactory trigger uploads #929

Open phduysg opened 6 months ago

phduysg commented 6 months ago

Describe the bug Using Artifactory triggers with Spec:' *', path:'A'.

To Reproduce I sequentially upload 1.zip, 2.zip, to n.zip packages to path:'A'

Expected behavior All new zip files add to Artifactory should create new interrupt so it can trigger new Jenkin build job.

Observed behavior If I uploaded 10 zip files, only 4 zip files create new interrupt that trigger Jenkin build jobs.

Versions

Thank you