|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Thomas Sondergaard
Path:
pom.xml
src/main/java/org/jenkinsci/plugins/envinject/service/BuildCauseRetriever.java
src/test/java/org/jenkinsci/plugins/envinject/BuildCauseRetrieverTest.java
http://jenkins-ci.org/commit/envinject-plugin/7ae492dddc9cb6fd6511ab2e425ad36e5e9c7442
Log:
[FIXED JENKINS-24785] - Introduce ROOT_BUILD_CAUSE
For multi-configuration jobs the BUILD_CAUSE passed in the environment
to build scripts is always UPSTREAMTRIGGER. Introduce ROOT_BUILD_CAUSE
that expands UpstreamCause to the root causes.
Update required jenkins version to 1.482 to get
Cause.UpstreamCause.getUpstreamCauses().