-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Won't Fix
-
Component/s: project-inheritance-plugin
-
Labels:
-
Environment:Server Jenkins 2.2: windows 2008R2 + Windows slaves
-
Similar Issues:
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.
it can be false alarm, problem can be in new jenkins version. i see that regular job also retrieve wrong data.