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

Inheritance plugin retrieve wrong value inside

XMLWordPrintable

      In case if we use global post build task and write such code:
      out.println("$JENKINS_URL")
      out.println("$JOB_URL")
      out.println("$NODE_LABELS")
      out.println("$BUILD_TAG")
      out.println("$JOB_URL")
      out.println("$BUILD_ID")
      out.println("$BUILD_RESULT")
      out.println("$NODE_NAME")
      After run inherited project we will see that data which shows after run will be wrong for this build, and show some previous build.

            Unassigned Unassigned
            lil2006 Igor Tereshchuk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: