-
Bug
-
Resolution: Won't Fix
-
Major
-
Server Jenkins 2.2: windows 2008R2 + Windows slaves
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.