Branch: refs/heads/JENKINS-34064
Home: https://github.com/jenkinsci/workflow-cps-plugin
Commit: 9b2acc778065bba8232fbb5dd6255c0d53d73098
https://github.com/jenkinsci/workflow-cps-plugin/commit/9b2acc778065bba8232fbb5dd6255c0d53d73098
Author: Jesse Glick <[email protected]>
Date: 2016-05-12 (Thu, 12 May 2016)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
Log Message:
-----------
[JENKINS-26107] StepContext.hasBody implementation.
Commit: 891a1bd99a424d82798367e9dd1abed687b752f4
https://github.com/jenkinsci/workflow-cps-plugin/commit/891a1bd99a424d82798367e9dd1abed687b752f4
Author: Jesse Glick <[email protected]>
Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
Log Message:
-----------
Merge pull request #10 from jglick/optional-block-JENKINS-26107
[JENKINS-26107] StepContext.hasBody implementation
Commit: f3958997d201d39a952c6572eb623a8730b822d7
https://github.com/jenkinsci/workflow-cps-plugin/commit/f3958997d201d39a952c6572eb623a8730b822d7
Author: Jesse Glick <[email protected]>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script.html
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/config.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/SidepanelAction/action.jelly
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/block.jelly
R
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/dslHelp.groovy
R
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/dslReference.groovy
R
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/dslReferenceContent.groovy
R
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/help.html
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/html.groovy
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/index.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/sidepanel.jelly
M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java
Log Message:
-----------
[JENKINS-31831] Make Snippetizer UI be displayed in a top-level page.
Commit: d08694dba1b3317298f9879aa67f8228f6120495
https://github.com/jenkinsci/workflow-cps-plugin/commit/d08694dba1b3317298f9879aa67f8228f6120495
Author: Jesse Glick <[email protected]>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
R
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/SidepanelAction/action.jelly
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/sidepanel.jelly
Log Message:
-----------
[JENKINS-31831] Rendering content from PerJobAction so we get the correct
ancestors in our path.
Commit: 53606f4b7155fac14ae70a1a72781df19d531819
https://github.com/jenkinsci/workflow-cps-plugin/commit/53606f4b7155fac14ae70a1a72781df19d531819
Author: Jesse Glick <[email protected]>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
Log Message:
-----------
Did not actually need the job field.
Commit: b69a5ff32d4cce2f3ea2ee942f2dd7442dec35a4
https://github.com/jenkinsci/workflow-cps-plugin/commit/b69a5ff32d4cce2f3ea2ee942f2dd7442dec35a4
Author: Jesse Glick <[email protected]>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
Log Message:
-----------
LocalAction needs to be an API.
Commit: 4cb5479f8f1985afc3f8da2564becb14c96eda68
https://github.com/jenkinsci/workflow-cps-plugin/commit/4cb5479f8f1985afc3f8da2564becb14c96eda68
Author: Jesse Glick <[email protected]>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script.html
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/help.jelly
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/html.groovy
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/sidepanel.jelly
Log Message:
-----------
Moving syntax overview out of the inline help.
Commit: 31ce2c25a97b398fa8262a717624845e9a2e402d
https://github.com/jenkinsci/workflow-cps-plugin/commit/31ce2c25a97b398fa8262a717624845e9a2e402d
Author: Jesse Glick <[email protected]>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/sidepanel.jelly
Log Message:
-----------
Linking also to online docs.
Commit: 055ac6f19a8fe4808ac530a29a2f1ec173440615
https://github.com/jenkinsci/workflow-cps-plugin/commit/055ac6f19a8fe4808ac530a29a2f1ec173440615
Author: Jesse Glick <[email protected]>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
Log Message:
-----------
Usage instructions.
Commit: 843eb8c5aaf5d2e1e95dacf16a23859953bc1b07
https://github.com/jenkinsci/workflow-cps-plugin/commit/843eb8c5aaf5d2e1e95dacf16a23859953bc1b07
Author: Jesse Glick <[email protected]>
Date: 2016-05-23 (Mon, 23 May 2016)
Changed paths:
M pom.xml
Log Message:
-----------
workflow-step-api 2.1
Commit: 811fcf9b139992ab020ccd8795bbc60df5c84be6
https://github.com/jenkinsci/workflow-cps-plugin/commit/811fcf9b139992ab020ccd8795bbc60df5c84be6
Author: Jesse Glick <[email protected]>
Date: 2016-05-23 (Mon, 23 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/block.jelly
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/html.groovy
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/index.jelly
Log Message:
-----------
Renaming “Pipeline Groovy” to “Pipeline Syntax” at @HRMPW’s suggestion.
Commit: 55f8ca739f1941215af95db585682b7cdb3dd236
https://github.com/jenkinsci/workflow-cps-plugin/commit/55f8ca739f1941215af95db585682b7cdb3dd236
Author: Jesse Glick <[email protected]>
Date: 2016-05-23 (Mon, 23 May 2016)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script.html
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/config.jelly
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/block.jelly
R
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/dslHelp.groovy
R
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/dslReference.groovy
R
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/dslReferenceContent.groovy
R
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/help.html
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/help.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/html.groovy
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/index.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/sidepanel.jelly
M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java
Log Message:
-----------
Merge pull request #12 from jglick/Snippetizer-JENKINS-31831
[FIXED JENKINS-31831] Make Snippetizer UI be displayed in a top-level page
Commit: a29cad4edbcf96537ff96c4c83840de30fb26c0d
https://github.com/jenkinsci/workflow-cps-plugin/commit/a29cad4edbcf96537ff96c4c83840de30fb26c0d
Author: Jesse Glick <[email protected]>
Date: 2016-05-23 (Mon, 23 May 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release workflow-cps-2.3
Commit: 7d9e3b2024b94adbced938891efa01a10cdc0ccb
https://github.com/jenkinsci/workflow-cps-plugin/commit/7d9e3b2024b94adbced938891efa01a10cdc0ccb
Author: Jesse Glick <[email protected]>
Date: 2016-05-23 (Mon, 23 May 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: c8319cede23d31fc09e467f7b22e7836b273634f
https://github.com/jenkinsci/workflow-cps-plugin/commit/c8319cede23d31fc09e467f7b22e7836b273634f
Author: Jesse Glick <[email protected]>
Date: 2016-05-24 (Tue, 24 May 2016)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/config.jelly
Log Message:
-----------
[JENKINS-31831] Amendment to display a link in the config form, since Jenkins
2 suppresses the sidepanel on configure.
Commit: bf459ff0487f86d2e581e2ac15ee6bca5a2c9637
https://github.com/jenkinsci/workflow-cps-plugin/commit/bf459ff0487f86d2e581e2ac15ee6bca5a2c9637
Author: Jesse Glick <[email protected]>
Date: 2016-05-24 (Tue, 24 May 2016)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/config.jelly
Log Message:
-----------
Merge pull request #13 from jglick/Snippetizer-link-JENKINS-31831
[JENKINS-31831] Amendment to display a link in the config form
Commit: eed3df5e61136e99971988b599585f19b647c402
https://github.com/jenkinsci/workflow-cps-plugin/commit/eed3df5e61136e99971988b599585f19b647c402
Author: Jesse Glick <[email protected]>
Date: 2016-05-25 (Wed, 25 May 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release workflow-cps-2.4
Commit: 632bc78eaaed00b57bae1fb10bbcf048062aa21c
https://github.com/jenkinsci/workflow-cps-plugin/commit/632bc78eaaed00b57bae1fb10bbcf048062aa21c
Author: Jesse Glick <[email protected]>
Date: 2016-05-25 (Wed, 25 May 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 272fc16d274522efb08371cc9c7c0f8a1305305d
https://github.com/jenkinsci/workflow-cps-plugin/commit/272fc16d274522efb08371cc9c7c0f8a1305305d
Author: Jesse Glick <[email protected]>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script.html
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/config.jelly
M
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/block.jelly
R
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/dslHelp.groovy
R
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/dslReference.groovy
R
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/dslReferenceContent.groovy
R
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/help.html
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/help.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/html.groovy
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/index.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/sidepanel.jelly
M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java
Log Message:
-----------
Merge branch 'master' into JENKINS-34064
Commit: 959aa19abdf931e8e0a1087b69adfe1c671a52aa
https://github.com/jenkinsci/workflow-cps-plugin/commit/959aa19abdf931e8e0a1087b69adfe1c671a52aa
Author: Jesse Glick <[email protected]>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M pom.xml
Log Message:
-----------
https://github.com/jenkinsci/script-security-plugin/pull/63 merged, just need
a release.
Compare:
https://github.com/jenkinsci/workflow-cps-plugin/compare/a41aa9b0336a...959aa19abdf9
--
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.