Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: bbd9bc51787f8faa2a2a953627a4d242c9af19d0
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/bbd9bc51787f8faa2a2a953627a4d242c9af19d0
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2016-09-09 (Fri, 09 Sep 2016)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
    M 
src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java
    A src/test/resources/allStagesExist.groovy

  Log Message:
  -----------
  [JENKINS-38097] Run empty stages for post-failure stages.

To ensure that we always have the same stage execution order
(including the synthetic postBuild/notification stages), we now switch
to still running stages after a failure, but not running anything *in*
them. I don't know if there's some way we can set those post-failure
stages as "skipped"?


  Commit: 417354fe3bc1426d7c068ab198c1ce5e6409aaf3
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/417354fe3bc1426d7c068ab198c1ce5e6409aaf3
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2016-09-09 (Fri, 09 Sep 2016)

  Changed paths:
    M 
src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
    M 
src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
    M 
src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java

  Log Message:
  -----------
  Use NotExecutedNodeAction on skipped stages.


  Commit: dbe40cf2b980345364e40359e5a0be82319aa4a5
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/dbe40cf2b980345364e40359e5a0be82319aa4a5
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
    M 
src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
    M 
src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
    M 
src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java

  Log Message:
  -----------
  Revert "Use NotExecutedNodeAction on skipped stages."

This reverts commit 417354fe3bc1426d7c068ab198c1ce5e6409aaf3.


  Commit: f62290a6288fea0f75260d785f08b4c3039a2025
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/f62290a6288fea0f75260d785f08b4c3039a2025
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy

  Log Message:
  -----------
  Switched back to empty stages, added a message for skipped stages


  Commit: 1328296cd4786a5e71342741393f724b409b372d
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/1328296cd4786a5e71342741393f724b409b372d
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy

  Log Message:
  -----------
  Removing echo for skipped stages again. Because hey.


  Commit: 15079563fca0f5eb688510bacc6086b7e2fefbed
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/15079563fca0f5eb688510bacc6086b7e2fefbed
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
    M 
src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java
    A src/test/resources/allStagesExist.groovy

  Log Message:
  -----------
  Merge pull request #11 from abayer/jenkins-38097

[JENKINS-38097] Run empty stages for post-failure stages.


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/4604f74b3b80...15079563fca0

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