Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-38213

PROMOTION_ENV return env vars for the promotion environment not from the source of the promotion

      ${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

          [JENKINS-38213] PROMOTION_ENV return env vars for the promotion environment not from the source of the promotion

          Michael Fowler created issue -
          Michael Fowler made changes -
          Link New: This issue is related to JENKINS-30411 [ JENKINS-30411 ]
          Michael Fowler made changes -
          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
          Michael Fowler made changes -
          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

          Oleg Nenashev added a comment -

          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.

          Oleg Nenashev added a comment - 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.
          Oleg Nenashev made changes -
          Assignee Original: Oleg Nenashev [ oleg_nenashev ]

            Unassigned Unassigned
            mdkf Michael Fowler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: