Branch: refs/heads/master
Home: https://github.com/jenkinsci/pipeline-model-definition-plugin
Commit: 70d2af8039aa06db05fb0bb1dcc2d370940387ac
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/70d2af8039aa06db05fb0bb1dcc2d370940387ac
Author: Andrew Bayer <[email protected]>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/conditions/Failure.groovy
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BuildConditionResponderTest.java
Log Message:
-----------
[FIXED JENKINS-50652] Don't fire post failure for aborted durable task
It appears that an aborted durable task like sh results in
`CpsFlowExecution#result` being `ABORTED`, but `WorkflowRun#result`
being `FAILURE`, until the whole build actually finishes and the run
gets updated accordingly. So the `failure` `post` condition shouldn't
fire if `CpsFlowExecution#result` is `ABORTED`.
Commit: 6a77121c75dac5234358404d2ca9540c7b0c03ec
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/6a77121c75dac5234358404d2ca9540c7b0c03ec
Author: Andrew Bayer <[email protected]>
Date: 2018-04-12 (Thu, 12 Apr 2018)
Changed paths:
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BuildConditionResponderTest.java
Log Message:
-----------
A theory - semaphore may need to be unique across all tests when
ClassRule? Not sure but worth trying.
Commit: 49abf0959aeda826d131eefcf2459c99562708b5
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/49abf0959aeda826d131eefcf2459c99562708b5
Author: Andrew Bayer <[email protected]>
Date: 2018-04-17 (Tue, 17 Apr 2018)
Changed paths:
M
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/conditions/Failure.groovy
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BuildConditionResponderTest.java
Log Message:
-----------
Merge pull request #262 from abayer/jenkins-50652
[FIXED JENKINS-50652] Don't fire post failure for aborted durable task
Compare:
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/6d3b9dc6a46c...49abf0959aed
--
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.