Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/environment-script-plugin
  Commit: a207a9fbfa6e72a741bff8728258769916f32678
      
https://github.com/jenkinsci/environment-script-plugin/commit/a207a9fbfa6e72a741bff8728258769916f32678
  Author: Kieron Briggs <[email protected]>
  Date:   2013-10-23 (Wed, 23 Oct 2013)

  Changed paths:
    M src/main/java/com/lookout/jenkins/EnvironmentScript.java

  Log Message:
  -----------
  [FIXES JENKINS-14951] Set environment on matrix parent build

If the build is a MatrixBuild, build wrappers are not invoked for the
parent, only for the individual MatrixRuns. In order for the environment
variables to be available to the parent (e.g. for post-build steps), we
must inject the environment into the parent directly during the aggregator
startBuild().


  Commit: 85f390c608437c46e2611aa8902411c5f72b93c0
      
https://github.com/jenkinsci/environment-script-plugin/commit/85f390c608437c46e2611aa8902411c5f72b93c0
  Author: Dawid Malinowski <[email protected]>
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
    R .classpath
    M .gitignore
    R .project
    R .settings/org.eclipse.core.resources.prefs
    R .settings/org.eclipse.jdt.core.prefs
    M pom.xml
    A src/main/java/com/lookout/jenkins/EnvironmentPluginAction.java
    M src/main/java/com/lookout/jenkins/EnvironmentScript.java
    M src/main/java/com/lookout/jenkins/PersistedEnvironment.java
    M src/main/webapp/help-script.html
    M src/test/java/com/lookout/jenkins/CountBuilder.java
    M src/test/java/com/lookout/jenkins/EnvironmentScriptMatrixTest.java
    M src/test/java/com/lookout/jenkins/EnvironmentScriptTest.java

  Log Message:
  -----------
  Merge branch 'master' into pr1


  Commit: 226c76be8720ef6d4c769d0050f702e75a862c01
      
https://github.com/jenkinsci/environment-script-plugin/commit/226c76be8720ef6d4c769d0050f702e75a862c01
  Author: Dawid Malinowski <[email protected]>
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
    M src/main/java/com/lookout/jenkins/EnvironmentScript.java

  Log Message:
  -----------
  Merge pull request #5 from jenkinsci/pr1

[FIXES JENKINS-14951] Set environment on matrix parent build


Compare: 
https://github.com/jenkinsci/environment-script-plugin/compare/0431c27445c7...226c76be8720

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" 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.

Reply via email to