-
Bug
-
Resolution: Unresolved
-
Major
-
None
We have Jobs which are under nested folder in Jenkins, and the build runs successfully and the build artifacts are published to Artifactory and when we try to run the 'Artifactory Release Promotion", we get error:
Promoting build ....
Performing dry run promotion (no changes are made during dry run) ...
ERROR: Promotion failed during dry run (no change in Artifactory was done): HTTP/1.1 404 Not Found
{
"errors" : [
]
}
Completed
After looking into this issue found out that Artifactory Build info does not have the correct build URL .
The URL shows:
https://JENKINS.vrsn.com/jenkins/job/Athena/job/waf-alerter-tag-build/6/
Which should have been
https://JENKINS.vrsn.com/jenkins/view/Athena/job/Athena/job/athena-waf-alerter-tag-build/
We have workaround the issue but wondering if there is a quick way to fix this.
I'm not sure it's related to Promoted Builds plugin. Maybe artifactory plugin?
Please provide your job configuration