-
Bug
-
Resolution: Fixed
-
Minor
-
Ubuntu 12.04, current jenkins/plugins
If some child build job fails to generate any archived artifacts, there's no indication as to which child job it was, unless the 'optional' box is selected for all of them. This optional flag causes each to be logged. Without it, it silently fails with:
Build step 'Trigger/call builds on other projects' changed build result to SUCCESS
Unable to access upstream artifacts area. Does source project archive artifacts?
Build step 'Copy artifacts from another project' marked build as failure
Finished: FAILURE
- is related to
-
JENKINS-14962 Failure to copy artifacts from Master job to slave job
-
- Open
-
Code changed in jenkins
User: Jesse Glick
Path:
src/main/java/hudson/plugins/copyartifact/CopyArtifact.java
src/main/resources/hudson/plugins/copyartifact/Messages.properties
http://jenkins-ci.org/commit/copyartifact-plugin/5826a3dcf2325dd4ee19e727b6568a90de327f1b
Log:
[FIXED JENKINS-14262] Add more diagnostic detail to failure message.
Compare: https://github.com/jenkinsci/copyartifact-plugin/compare/1f5a45c15aac...5826a3dcf232