I've got a matrix job that runs on 3 slaves, I then want to process the artifacts from all the nodes on the master.
I have the "Jenkins Post-Build Script Plug-in" installed, so in my Post-build Actions, I have the "Execute a set of scripts" step in which I've added a build step for "Copy artifacts from another project". One of the options for copying artifacts is "Which build" which I currently have set to "Upstream build that triggered this job" but that produces the error "Unable to find a build for artifact copy from" in the console output. I tried setting "Which build" to "Specified by a build parameter" and entering BUILD_NUMBER but that gave a Java error because of course BUILD_NUMBER isn't a parameter. I tried setting "Which build" to "Specific build" and entering $BUILD_NUMBER but that gives the same "Unable to find a build for artifact copy" error. Is there a way to use the artifact collector in a matrix build like this? Thanks, Chris -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Collect-artifacts-from-nodes-of-matrix-job-tp4684015.html Sent from the Jenkins issues mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
