-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Copyartifact 1.38
- Create a upstream project "upstream"
- Execute shell
echo ${BUILD_ID} > artifact.txt
- Archive artifacts
- Files to archive: artifact.txt
- Execute shell
- Run "upstream"
- Create a upstream project "downstream"
- Parameterize
- String Parameter
- Name: EMPTY
- Default Value: (empty)
- String Parameter
- Copy artifact
- Project: upstream${EMPTY}
- Parameterize
- Run "downstream" with EMPTY=(empty)
Expected result:
- Copy artifacts from "upstream"
Actual result:
- Fails to copy from "upstream${EMPTY}"