-
Bug
-
Resolution: Unresolved
-
Major
-
None
${PROMOTION_ENV, var="BUILD_DISPLAY_NAME"} ${ENV, var="BUILD_DISPLAY_NAME"}
Both return the Build name set in the promotion process, not the build name of the job containing the promotion procecss
- is related to
-
JENKINS-30411 Add the PROMOTION_ENV token macro
-
- Closed
-
[JENKINS-38213] PROMOTION_ENV return env vars for the promotion environment not from the source of the promotion
Link |
New:
This issue is related to |
Description |
Original:
${PROMOTION_ENV, var="BUILD_DISPLAY_NAME"} ${ENV, var="BUILD_DISPLAY_NAME"} Both return the Build name of the promotion process not the build name of the job containing the promotion procecss |
New:
{code:java} ${PROMOTION_ENV, var="BUILD_DISPLAY_NAME"} ${ENV, var="BUILD_DISPLAY_NAME"} {code} Both return the Build nameset in the promotion process not the build name of the job containing the promotion procecss |
Description |
Original:
{code:java} ${PROMOTION_ENV, var="BUILD_DISPLAY_NAME"} ${ENV, var="BUILD_DISPLAY_NAME"} {code} Both return the Build nameset in the promotion process not the build name of the job containing the promotion procecss |
New:
{code:java} ${PROMOTION_ENV, var="BUILD_DISPLAY_NAME"} ${ENV, var="BUILD_DISPLAY_NAME"} {code} Both return the Build name set in the promotion process, not the build name of the job containing the promotion procecss |
Assignee | Original: Oleg Nenashev [ oleg_nenashev ] |
Sorry, over last months I had no time to work on the plugin, because I had to focus on the Jenkins core and other projects. I also have not been using this plugin on my own since 2016. So I have decided to unassign the issues so that there is no expectation that I work on them anytime soon.
Currently the plugin is being transfered to another maintainer. Hopefully he will have some time to finish triaging of the issues and maybe to deliver some fixes. But, as in any community-driven project, everybody is welcome to propose pull requests and to contribute to the plugin's state.