-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 1.492, Copy Artifact Plugin 1.25
Create a freestyle build with 2 steps:
- Copy artifacts from another project (pick a random project and filename, set it to optional, Latest successful build)
- Execute Shell (contents: "set" - should work on windows/unix)
RESULT: Shows COPYARTIFACT_BUILD_NUMBER_(project name) set as described
Create a maven build with 2 pre-build steps:
- Copy artifacts from another project (pick a random project and filename, set it to optional, Latest successful build)
- Execute Shell (contents: "set" - should work on windows/unix)
RESULT: DOES NOT SHOW COPYARTIFACT_BUILD_NUMBER_(project name) Set!
Hopefully this is an easy and quick fix...thanks!
- is related to
-
JENKINS-18762 Build number environment variable is not propagated when run inside a conditional build step
- Closed