Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: fd6c0c3c2bae9c0acc25783b0d7816b9b22a5681
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/fd6c0c3c2bae9c0acc25783b0d7816b9b22a5681
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-08-01 (Tue, 01 Aug 2017)

  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/BasicModelDefTest.java

  Log Message:
  -----------
  Switch to actually calling stage('foo') for parallel stages

I discovered that this won't actually mess with Blue Ocean
visualization, since Blue Ocean already discards stages inside
parallel branches but keeps the steps inside said stages. So...let's
simplify things.


  Commit: 2586dff1f776d8e826deab65ff8736568f6f676f
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/2586dff1f776d8e826deab65ff8736568f6f676f
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

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

  Log Message:
  -----------
  Whoops, missed a comment.


  Commit: b8f753d76f0ef5adc251a1bbbfd8fb3662204296
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/b8f753d76f0ef5adc251a1bbbfd8fb3662204296
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-08-08 (Tue, 08 Aug 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
    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/BasicModelDefTest.java
    A 
pipeline-model-definition/src/test/resources/skippedStagesInParallel.groovy

  Log Message:
  -----------
  Stage status handling for parallel stages

A few things:
* Propagate stage status tags to the enclosing parallel branch, not
just the stage.
* Mark nested stages of skipped due to failure/unstable/conditional
stages as skipped due to failure/unstable/conditional as well.


  Commit: 824b3b7a96cc9d4fc6fc636caccaed3d39343cfd
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/824b3b7a96cc9d4fc6fc636caccaed3d39343cfd
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-08-11 (Fri, 11 Aug 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
    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/BasicModelDefTest.java
    A 
pipeline-model-definition/src/test/resources/skippedStagesInParallel.groovy

  Log Message:
  -----------
  Merge pull request #175 from abayer/parallel-stages-use-stage

Switch to actually calling stage('foo') for parallel stages


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/eafc831f586b...824b3b7a96cc

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