Branch: refs/heads/DescribableHelper-JSON Home: https://github.com/jenkinsci/workflow-plugin Commit: 66e856f07d543d29fe427feb6e76bac329f2149d https://github.com/jenkinsci/workflow-plugin/commit/66e856f07d543d29fe427feb6e76bac329f2149d Author: Jesse Glick <jgl...@cloudbees.com> Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths: M step-api/src/main/java/org/jenkinsci/plugins/workflow/structs/DescribableHelper.java M step-api/src/test/java/org/jenkinsci/plugins/workflow/structs/DescribableHelperTest.java Log Message: ----------- Initial support for binding maps. Commit: b424a91f0b287705c826e0d5e3153bd7c56df2a3 https://github.com/jenkinsci/workflow-plugin/commit/b424a91f0b287705c826e0d5e3153bd7c56df2a3 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M step-api/src/main/java/org/jenkinsci/plugins/workflow/structs/DescribableHelper.java M step-api/src/test/java/org/jenkinsci/plugins/workflow/structs/DescribableHelperTest.java Log Message: ----------- Context-sensitive map binding. Commit: 4c41b9e261617e0b186df948184daac5551e83a2 https://github.com/jenkinsci/workflow-plugin/commit/4c41b9e261617e0b186df948184daac5551e83a2 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M step-api/src/main/java/org/jenkinsci/plugins/workflow/structs/DescribableHelper.java M step-api/src/test/java/org/jenkinsci/plugins/workflow/structs/DescribableHelperTest.java Log Message: ----------- SimpleBuildStep needs special handling. Commit: 3689284d5e3292d00ae7a0e8dabc6a2b1c7b2d0b https://github.com/jenkinsci/workflow-plugin/commit/3689284d5e3292d00ae7a0e8dabc6a2b1c7b2d0b Author: Jesse Glick <jgl...@cloudbees.com> Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M step-api/src/main/java/org/jenkinsci/plugins/workflow/structs/DescribableHelper.java Log Message: ----------- Throwing out Jenkins.getDescriptorList for now and doing custom filtering on Descriptor extensions. Commit: 77f767a9fb37c777442017bb3916d478a9d42bb8 https://github.com/jenkinsci/workflow-plugin/commit/77f767a9fb37c777442017bb3916d478a9d42bb8 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java Log Message: ----------- Do not misinterpret a struct map passed as the value of a single mandatory parameter as a map of parameters. Commit: fd046bc9dea4d16a1b6657b1ad42aeae6cddb962 https://github.com/jenkinsci/workflow-plugin/commit/fd046bc9dea4d16a1b6657b1ad42aeae6cddb962 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M README.md M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/CoreStepTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/MercurialStepTest.java M basic-steps/CORE-STEPS.md M cps/src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java Log Message: ----------- Cannot omit the default parameter name for CoreStep & GenericSCMStep. Or if you do, the value must not syntactically be a map expression (as opposed to a variable referring to a map). This is due to an apparent limitation in Groovy syntax. (Manifested as an UnsupportedOperationException with opaque stack trace in groovy-cps.) Compare: https://github.com/jenkinsci/workflow-plugin/compare/41ff399d356c...fd046bc9dea4 -- 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.