-
Bug
-
Resolution: Won't Do
-
Minor
-
None
copy artifact doent cop war file from on going build or current build in pipeline.
example If a build (say build no 4)is initiated via pipeline , then there is no way it can copy cwar created in build 4. it shall copy either last stable build war or last build war
[JENKINS-65632] Copy artifact - does not copy file of current build
Assignee | New: Krati [ krati009 ] | |
Resolution | New: Incomplete [ 4 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Resolution | Original: Incomplete [ 4 ] | New: Won't Do [ 10001 ] |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Closed [ 6 ] |
You can copy a specific build number using the specific selector:
copyArtifacts(projectName: 'downstream', selector: specific("4"));