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 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: