-
Improvement
-
Resolution: Fixed
-
Major
-
None
This is needed to cover project-scoped activities like polling.
- depends on
-
JENKINS-19307 Polling environment broken somehow since 1.527
-
- Resolved
-
This is needed to cover project-scoped activities like polling.
JENKINS-19307
Polling environment broken somehow since 1.527
Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
src/main/java/hudson/plugins/git/GitSCM.java
src/test/java/hudson/plugins/git/GitSCMTest.java
http://jenkins-ci.org/commit/git-plugin/c5b127f98ebc652eead68b39aa7f1c93094cbcc4
Log:
[FIXED JENKINS-7411]
Environment variables are in fact not used at all during expansions.
This commit fixes that. As discussed in the ticket, and as done
elsewhere, the standard convention is to use previous build's
environment to expand polling.
Also see
JENKINS-19042