Code changed in jenkins
User: Raúl Arabaolaza Barquin
Path:
src/test/java/hudson/plugins/promoted_builds/KeepBuildForeverActionTest.java
src/test/java/hudson/plugins/promoted_builds/PromotionProcessTest.java
src/test/java/hudson/plugins/promoted_builds/conditions/inheritance/SelfPromotionInheritanceTest.java
src/test/java/hudson/plugins/promoted_builds/util/ItemListenerHelper.java
http://jenkins-ci.org/commit/promoted-builds-plugin/f7589c3c3e76f357393c6431a6412f2bc1e55ee7
Log:
JENKINS-36623 Fix Tests for Jenkins 1.651.3 (#95)
JENKINS-36623 Fix SelfPromotionInheritanceTest#testPromotionEnvironmentShouldIncludeTargetParameters to work after SECURITY-170
JENKINS-36623 Upgrade PromotionProcessTest to work against jenkins 1.575+
JENKINS-36623 Upgrade KeepBuildForeverActionTest work against jenkins 1.575+
JENKINS-36623 Upgrade SelfPromotionInheritanceTest to work against Jenkins 1.575+
Code changed in jenkins
User: Raúl Arabaolaza Barquin
Path:
src/test/java/hudson/plugins/promoted_builds/KeepBuildForeverActionTest.java
src/test/java/hudson/plugins/promoted_builds/PromotionProcessTest.java
src/test/java/hudson/plugins/promoted_builds/conditions/inheritance/SelfPromotionInheritanceTest.java
src/test/java/hudson/plugins/promoted_builds/util/ItemListenerHelper.java
http://jenkins-ci.org/commit/promoted-builds-plugin/f7589c3c3e76f357393c6431a6412f2bc1e55ee7
Log:
JENKINS-36623Fix Tests for Jenkins 1.651.3 (#95)JENKINS-36623Fix SelfPromotionInheritanceTest#testPromotionEnvironmentShouldIncludeTargetParameters to work after SECURITY-170JENKINS-36623Upgrade PromotionProcessTest to work against jenkins 1.575+JENKINS-36623Upgrade KeepBuildForeverActionTest work against jenkins 1.575+JENKINS-36623Upgrade SelfPromotionInheritanceTest to work against Jenkins 1.575+JENKINS-36623Code style conventionsJENKINS-36623Move ItemListener invocation to an utility methodJENKINS-36623Add TODO and mention to JENKINS-34831JENKINS-36623Code StyleJENKINS-36623Move ItemListenerhelper to test folderJENKINS-36623Added TODO note