Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ownership-plugin
  Commit: d7d2c1496aaec81daa0750fbeb5ce923f3763b4c
      
https://github.com/jenkinsci/ownership-plugin/commit/d7d2c1496aaec81daa0750fbeb5ce923f3763b4c
  Author: Oleg Nenashev <[email protected]>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPlugin.java
    A 
src/test/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapperTest.java

  Log Message:
  -----------
  [JENKINS-23926] - Direct unit test for the issue

Signed-off-by: Oleg Nenashev <[email protected]>


  Commit: 9871283990bd76c8f04bb61cfdeb4a1c30159a4c
      
https://github.com/jenkinsci/ownership-plugin/commit/9871283990bd76c8f04bb61cfdeb4a1c30159a4c
  Author: Oleg Nenashev <[email protected]>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java
    A 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/OwnershipBuildListener.java
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper.java

  Log Message:
  -----------
  [FIXED JENKINS-23926] - Use OwnershipBuildListener to inject environment 
variables even if the build fails before wrapper steps.

Signed-off-by: Oleg Nenashev <[email protected]>

Conflicts:
        
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java


  Commit: c62137339f8c24caf4baf2db5724d10c18bcf2c5
      
https://github.com/jenkinsci/ownership-plugin/commit/c62137339f8c24caf4baf2db5724d10c18bcf2c5
  Author: Oleg Nenashev <[email protected]>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java
    R 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/OwnershipBuildListener.java
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper.java
    A 
src/main/java/org/jenkinsci/plugins/ownership/model/runs/OwnershipRunListener.java
    M 
src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipAction.java
    R 
src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipListener.java

  Log Message:
  -----------
  [JENKINS-23926] - Gracefully integrate changes with #29

Signed-off-by: Oleg Nenashev <[email protected]>


  Commit: d6f405851d2abf5461a0c2ad9caece73c3ba8965
      
https://github.com/jenkinsci/ownership-plugin/commit/d6f405851d2abf5461a0c2ad9caece73c3ba8965
  Author: Oleg Nenashev <[email protected]>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration.java
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper.java
    M 
src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipAction.java
    M 
src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipHelper.java
    A 
src/main/java/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions.java
    M 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/config.jelly
    M 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/config.properties
    A 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/help-globalEnvSetupOptions.html
    M 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper/config.jelly
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper/help-injectJobOwnership.html
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper/help-injectNodeOwnership.html
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions/help-injectJobOwnership.html
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions/help-injectNodeOwnership.html
    M 
src/test/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapperTest.java

  Log Message:
  -----------
  [FIXED JENKINS-23947] - Support global EnvSetupOptions

The change also contains a major rework of OwnershipBuildWrapper

Signed-off-by: Oleg Nenashev <[email protected]>


  Commit: 6112cfac239903f8d012e8db967b986d29a5f6cf
      
https://github.com/jenkinsci/ownership-plugin/commit/6112cfac239903f8d012e8db967b986d29a5f6cf
  Author: Oleg Nenashev <[email protected]>
  Date:   2015-01-18 (Sun, 18 Jan 2015)

  Changed paths:
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPlugin.java
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration.java
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java
    M 
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper.java
    A 
src/main/java/org/jenkinsci/plugins/ownership/model/runs/OwnershipRunListener.java
    M 
src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipAction.java
    M 
src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipHelper.java
    R 
src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipListener.java
    A 
src/main/java/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions.java
    M 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/config.jelly
    M 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/config.properties
    A 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/help-globalEnvSetupOptions.html
    M 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper/config.jelly
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper/help-injectJobOwnership.html
    R 
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper/help-injectNodeOwnership.html
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions/help-injectJobOwnership.html
    A 
src/main/resources/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions/help-injectNodeOwnership.html
    A 
src/test/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapperTest.java

  Log Message:
  -----------
  Merge pull request #30 from oleg-nenashev/JENKINS-23926

[JENKINS-23926] - Inject ownership variables even if SCM fails


Compare: 
https://github.com/jenkinsci/ownership-plugin/compare/514858631f11...6112cfac2399

-- 
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