Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-plugin
Commit: a2138aabad8f329d42ef05aa004804919d598343
https://github.com/jenkinsci/workflow-plugin/commit/a2138aabad8f329d42ef05aa004804919d598343
Author: Jesse Glick <[email protected]>
Date: 2015-08-25 (Tue, 25 Aug 2015)
Changed paths:
M CHANGES.md
M cps/src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java
M
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep.java
Log Message:
-----------
[FIXED JENKINS-29739] Snippet generation broken for single-parameter jobs.
When a job has two parameters, `parameters` is a JSON array.
When a job is not parameterized, `parameters` is missing from JSONāfair enough.
But when a job has *one* parameter, `parameters` is a JSON object, *not* an
array with one element.
JENKINS-23297 and perhaps other issues arise from this craziness in
hudson-behavior.js#buildFormTree.addProperty.
Commit: 1bfd6ef695b8c44c7c600236d33e286e8ff8711b
https://github.com/jenkinsci/workflow-plugin/commit/1bfd6ef695b8c44c7c600236d33e286e8ff8711b
Author: Jesse Glick <[email protected]>
Date: 2015-08-25 (Tue, 25 Aug 2015)
Changed paths:
M
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep.java
Log Message:
-----------
As pointed out by @amuniz, safer to set params to null and skip immediately,
than [null] and skip only because pdp == null.
Commit: 7080d9759cb5d4b028b32bee423abf03352683f0
https://github.com/jenkinsci/workflow-plugin/commit/7080d9759cb5d4b028b32bee423abf03352683f0
Author: Jesse Glick <[email protected]>
Date: 2015-08-26 (Wed, 26 Aug 2015)
Changed paths:
M CHANGES.md
M cps/src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java
M
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep.java
Log Message:
-----------
[JENKINS-29739] Merging #190.
Conflicts:
CHANGES.md
Compare:
https://github.com/jenkinsci/workflow-plugin/compare/bcc1b2458675...7080d9759cb5
--
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.