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

  Changed paths:
    M pipeline-model-api/src/main/resources/ast-schema.json
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/validator/ModelValidatorImpl.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/BasicModelDefTest.java
    A pipeline-model-definition/src/test/resources/json/nestedTreeSteps.json
    A pipeline-model-definition/src/test/resources/nestedTreeSteps.groovy

  Log Message:
  -----------
  [FIXED JENKINS-41490, JENKINS-41491] Tree steps and validation!

So this started with fixing JENKINS-41490, so that the editor can
actually do nested tree steps (d'oh), but in the process, I discovered
a strange decision from waaaaaay back in the day to force validation
in certain cases to treat the step parameter type as a String, even
when it wasn't one. That...was bad. So, fixing both those things.


  Commit: ca9c202861194c80b78dd1f88c013643e524060a
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ca9c202861194c80b78dd1f88c013643e524060a
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
    M pipeline-model-api/src/main/resources/ast-schema.json
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/validator/ModelValidatorImpl.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/BasicModelDefTest.java
    A pipeline-model-definition/src/test/resources/json/nestedTreeSteps.json
    A pipeline-model-definition/src/test/resources/nestedTreeSteps.groovy

  Log Message:
  -----------
  Merge pull request #104 from abayer/jenkins-41490-jenkins-41491

[FIXED JENKINS-41490, JENKINS-41491] Tree steps and validation!


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/3a0ee9510ed4...ca9c20286119

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