Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 83abd0ec35960c1f2a37b6a66b2d26385b2962e2
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/83abd0ec35960c1f2a37b6a66b2d26385b2962e2
  Author: Andrew Bayer <[email protected]>
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
    A 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/conditions/Cleanup.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/model/conditions/Messages.properties
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BuildConditionResponderTest.java
    M 
pipeline-model-definition/src/test/resources/postChecksAllConditions.groovy

  Log Message:
  -----------
  [FIXED JENKINS-41239] Add new cleanup post condition

The new `cleanup` condition will always run regardless of build
status, like `always`, but runs *after* all other `post` conditions
have been evaluated, rather than before.

I wanted to call this `finally` but that actually breaks Groovy
parsing because `finally` is a reserved word. Dang. So for now, I'm
calling it `cleanup`, but am open to suggestions.


  Commit: 1effd60a0f477162899f7a8deec56d51a6bc6d9d
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/1effd60a0f477162899f7a8deec56d51a6bc6d9d
  Author: Andrew Bayer <[email protected]>
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into jenkins-41239


  Commit: 39024cbc43a79728fd981504572aefe048718ec6
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/39024cbc43a79728fd981504572aefe048718ec6
  Author: Andrew Bayer <[email protected]>
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
    A 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/conditions/Cleanup.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/model/conditions/Messages.properties
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BuildConditionResponderTest.java
    M 
pipeline-model-definition/src/test/resources/postChecksAllConditions.groovy

  Log Message:
  -----------
  Merge pull request #258 from abayer/jenkins-41239

[FIXED JENKINS-41239] Add new cleanup post condition


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/49abf0959aed...39024cbc43a7

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

Reply via email to