Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: aff80e243ab98099dfb37a11577697aee48eb229
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/aff80e243ab98099dfb37a11577697aee48eb229
  Author: Andrew Bayer <[email protected]>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M pipeline-model-definition/pom.xml
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Wrappers.groovy

  Log Message:
  -----------
  Switch to requiring no Launcher in getRequiredContext() for wrappers

More narrowly scoped than the previous requiring it to be empty. That
ended up bugging out with TimeoutStep from workflow-basic-steps 2.3
(probably due to some other change elsewhere in the dependency tree,
since TimeoutStep itself didn't change between 2.2 and 2.3, though
TimeoutStepExecution did). So switching!


  Commit: 3ac6a224fa91089e3c5c84fd93a3b8a2376e4613
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/3ac6a224fa91089e3c5c84fd93a3b8a2376e4613
  Author: Andrew Bayer <[email protected]>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Wrappers.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AbstractModelDefTest.java

  Log Message:
  -----------
  Also should exclude FilePath required context.

I *think* that's everything. Also fixed the JSON validation tests.


  Commit: 99fea815454c0a9f4992b554244adbc23f30b0c1
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/99fea815454c0a9f4992b554244adbc23f30b0c1
  Author: Andrew Bayer <[email protected]>
  Date:   2016-12-12 (Mon, 12 Dec 2016)

  Changed paths:
    M pipeline-model-definition/pom.xml
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Wrappers.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AbstractModelDefTest.java

  Log Message:
  -----------
  Merge pull request #63 from abayer/wrapper-no-launcher-in-required-context

Switch to requiring no Launcher in getRequiredContext() for wrappers


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/9bc4f82364f7...99fea815454c

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