copyartifact-plugin icon indicating copy to clipboard operation
copyartifact-plugin copied to clipboard

[Fixed JENKINS-16847] Added explicit support for copy-artifact steps being part of MultiJob pi...

Open trojanbug opened this issue 11 years ago • 2 comments

...pelines, to detect other builds finished as part of the same multijob build as "upstream". This allows using "Upstream project that triggered this build" for artifact selection and making sure it copies the artifact from the right build (before the only solution was "last successful build", for longer pipelines unacceptable as several builds could happen "in between".

A recursive algorithm will descend also to parent builds being multijobs themselves. It is yet to be tested if this also will work "up" the chain (https://github.com/jenkinsci/copyartifact-plugin/pull/15 suggests not, while mu understanding of of getCauses() contract suggest it will - to be tested).

trojanbug avatar Feb 17 '13 13:02 trojanbug

Jenkins » copyartifact-plugin #16 UNSTABLE Looks like there's a problem with this pull request (what's this?)

buildhive avatar Feb 17 '13 14:02 buildhive

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

jenkinsadmin avatar Jul 17 '13 04:07 jenkinsadmin