Branch: refs/heads/master Home: https://github.com/jenkinsci/parameterized-trigger-plugin Commit: 348bb6b57abb9b8691eb217fa3c2732ce5a79918 https://github.com/jenkinsci/parameterized-trigger-plugin/commit/348bb6b57abb9b8691eb217fa3c2732ce5a79918 Author: Michael Coldewey <michael.colde...@coremedia.com> Date: 2014-12-09 (Tue, 09 Dec 2014)
Changed paths: M src/main/java/hudson/plugins/parameterizedtrigger/ResultCondition.java M src/test/java/hudson/plugins/parameterizedtrigger/test/ResultConditionTest.java Log Message: ----------- Add FAILURE_OR_BETTER Trigger Threshold. This Threshold is missing in compare to original Jenkins Trigger Thresholds. ALWAYS is not the same, as ALWAYS also triggers the next build if the user abort the running job. So if you have a Pipeline with 15 Steps and last 10 Steps are connected by ALWAYS, you have to abort 10 jobs in a row. FAILURE_OR_BETTER is the better choice for this. Commit: 3469d494bd43bf9d7a817d808cd88bb37c33a5b9 https://github.com/jenkinsci/parameterized-trigger-plugin/commit/3469d494bd43bf9d7a817d808cd88bb37c33a5b9 Author: Michael Coldewey <michael.colde...@coremedia.com> Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: A src/test/java/hudson/plugins/parameterizedtrigger/test/AbortedBuilder.java M src/test/java/hudson/plugins/parameterizedtrigger/test/ResultConditionTest.java Log Message: ----------- Add Test for an aborted build. To verify, FAILURE_OR_BETTER is working correctly. Also add a test builder for this case, a build is canceled. Commit: b915c9c1fe6b1b62e38e80efdf5ad1ddf8a4b7c3 https://github.com/jenkinsci/parameterized-trigger-plugin/commit/b915c9c1fe6b1b62e38e80efdf5ad1ddf8a4b7c3 Author: ikedam <de...@ikedam.jp> Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M src/main/java/hudson/plugins/parameterizedtrigger/ResultCondition.java A src/test/java/hudson/plugins/parameterizedtrigger/test/AbortedBuilder.java M src/test/java/hudson/plugins/parameterizedtrigger/test/ResultConditionTest.java Log Message: ----------- Merge pull request #76 from coldy77/master [FIXED JENKINS-26029] Add FAILURE_OR_BETTER Trigger Threshold. Compare: https://github.com/jenkinsci/parameterized-trigger-plugin/compare/e873abb1c6cb...b915c9c1fe6b -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.