Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 56337e5eb47d30fa957b647a8ae8a5100cd88b83
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/56337e5eb47d30fa957b647a8ae8a5100cd88b83
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2019-04-12 (Fri, 12 Apr 2019)

  Changed paths:
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/OptionsTest.java
    A 
pipeline-model-definition/src/test/resources/parentStageRetryExecutesAllChildStages.groovy
    A 
pipeline-model-definition/src/test/resources/topLevelRetryExecutesAllStages.groovy

  Log Message:
  -----------
  [FIXED JENKINS-46354] Make sure firstError is null on retries

When we retry the whole pipeline, we need to be sure that `firstError`
is null before we try running everything again - otherwise, all stages
get skipped due to an earlier failure.


  Commit: 9f6f93cf897f8a930144e1fe9e42ceeff5c2d624
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/9f6f93cf897f8a930144e1fe9e42ceeff5c2d624
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2019-04-15 (Mon, 15 Apr 2019)

  Changed paths:
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/OptionsTest.java
    A 
pipeline-model-definition/src/test/resources/parentStageRetryExecutesAllChildStages.groovy
    A 
pipeline-model-definition/src/test/resources/topLevelRetryExecutesAllStages.groovy

  Log Message:
  -----------
  Merge pull request #324 from abayer/jenkins-46354-mk2

[FIXED JENKINS-46354] Make sure firstError is null on retries


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/ab1a3220c8e9...9f6f93cf897f

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

Reply via email to