Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration.java
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper.java
src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipAction.java
src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipHelper.java
src/main/java/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions.java
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/config.jelly
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/config.properties
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/help-globalEnvSetupOptions.html
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper/config.jelly
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper/help-injectJobOwnership.html
src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper/help-injectNodeOwnership.html
src/main/resources/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions/config.jelly
src/main/resources/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions/help-injectJobOwnership.html
src/main/resources/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions/help-injectNodeOwnership.html
src/test/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapperTest.java
http://jenkins-ci.org/commit/ownership-plugin/d6f405851d2abf5461a0c2ad9caece73c3ba8965
Log:
[FIXED JENKINS-23947] - Support global EnvSetupOptions
The change also contains a major rework of OwnershipBuildWrapper
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
The feature would be useful, but we will have to replace the BuildWrapper to another mechanism. BTW, it is possible