Branch: refs/heads/when-changelog
  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: e75cf195fa6d9fb4972911284718d682e6bd3888
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/e75cf195fa6d9fb4972911284718d682e6bd3888
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-08-04 (Fri, 04 Aug 2017)

  Changed paths:
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java
    A pipeline-model-definition/src/test/resources/scmEnvVars.groovy
    M 
pipeline-model-extensions/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/CheckoutScript.groovy

  Log Message:
  -----------
  [FIXED JENKINS-45198] When possible, add scm vars to environment

This will not result in any change when run on core versions <2.60 (or
with workflow-scm-step <2.6, git <3.3.1, etc), but will Just Work if
you've got the right core/etc versions installed.

BasicModelDefTest#scmEnvVars will start failing when we bump core etc
dependencies for this plugin directly.


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

  Changed paths:
    M pipeline-model-definition/pom.xml
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java
    M 
pipeline-model-extensions/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/CheckoutScript.groovy
    M pom.xml

  Log Message:
  -----------
  Syncing dependencies with #174, code review comments


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

  Changed paths:
    M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageGraphListener.java

  Log Message:
  -----------
  Get rid of getPersistentAction for now.


  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: eafc831f586bb7992fc5eaed5c9889cc26e09ea2
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/eafc831f586bb7992fc5eaed5c9889cc26e09ea2
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-08-11 (Fri, 11 Aug 2017)

  Changed paths:
    M pipeline-model-definition/pom.xml
    M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageGraphListener.java
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java
    A pipeline-model-definition/src/test/resources/scmEnvVars.groovy
    M 
pipeline-model-extensions/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/CheckoutScript.groovy
    M pom.xml

  Log Message:
  -----------
  Merge pull request #177 from abayer/jenkins-45198

[FIXED JENKINS-45198] When possible, add scm vars to environment


  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


  Commit: 10738bc7d0d9d57414772c0befe0294012a9b205
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/10738bc7d0d9d57414772c0befe0294012a9b205
  Author: rsandell <rsand...@cloudbees.com>
  Date:   2017-08-15 (Tue, 15 Aug 2017)

  Changed paths:
    M pipeline-model-definition/pom.xml
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
    M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageGraphListener.java
    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/scmEnvVars.groovy
    A 
pipeline-model-definition/src/test/resources/skippedStagesInParallel.groovy
    M 
pipeline-model-extensions/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/CheckoutScript.groovy
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' of 
github.com:jenkinsci/pipeline-model-definition-plugin into when-changelog


  Commit: 465eea3f1e98bb859c58f8ed946e80941fdd517b
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/465eea3f1e98bb859c58f8ed946e80941fdd517b
  Author: rsandell <rsand...@cloudbees.com>
  Date:   2017-08-15 (Tue, 15 Aug 2017)

  Changed paths:
    M pipeline-model-definition/pom.xml
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/AbstractChangelogConditionalScript.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AbstractModelDefTest.java
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/WhenStageTest.java

  Log Message:
  -----------
  [JENKINS-46064] Check the changelog of all builds when it is a PR


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/bd9bf70abfd9...465eea3f1e98

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