Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-plugin
Commit: 9f66daa8affaa7a28e48eb7d671bfa9d14aea7cc
https://github.com/jenkinsci/workflow-plugin/commit/9f66daa8affaa7a28e48eb7d671bfa9d14aea7cc
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStep.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStepExecution.java
Log Message:
-----------
Split it out into its own class
Commit: 65d668a577692f59588209e280202a4fc52bbb9e
https://github.com/jenkinsci/workflow-plugin/commit/65d668a577692f59588209e280202a4fc52bbb9e
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M
aggregator/src/test/groovy/org/jenkinsci/plugins/workflow/cps/steps/RestartingLoadStepTest.groovy
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStepExecution.java
Log Message:
-----------
For handling pause inside the loaded script correctly, the script should
execute as the body block
Commit: 361051c30d0cca800d932d66cff202f359e625f1
https://github.com/jenkinsci/workflow-plugin/commit/361051c30d0cca800d932d66cff202f359e625f1
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStepExecution.java
Log Message:
-----------
Set a nicer display name
Commit: b63f35d7310c032ce9107a39ff7d7a992d5c6364
https://github.com/jenkinsci/workflow-plugin/commit/b63f35d7310c032ce9107a39ff7d7a992d5c6364
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M
aggregator/src/test/groovy/org/jenkinsci/plugins/workflow/cps/steps/RestartingLoadStepTest.groovy
Log Message:
-----------
This was a debug statement during interactive testing
Commit: 60618c2454502ee346aaa14a7a35250b5c27a1af
https://github.com/jenkinsci/workflow-plugin/commit/60618c2454502ee346aaa14a7a35250b5c27a1af
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M
support/src/main/resources/org/jenkinsci/plugins/workflow/support/visualization/table/StatusColumn/column.jelly
Log Message:
-----------
Get the icon back
Looks like this is an incompatible change in the core as it should have picked
up @iconSize
Commit: b942d0658240107d040bb92fdfb4eee7b1acfb2a
https://github.com/jenkinsci/workflow-plugin/commit/b942d0658240107d040bb92fdfb4eee7b1acfb2a
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStepExecution.java
Log Message:
-----------
Moved the logic to the export() method
... as this isn't specific to LoadStepExecution
Commit: f05ee1e2649a21f188ed679ac6eaee00e89c7e2e
https://github.com/jenkinsci/workflow-plugin/commit/f05ee1e2649a21f188ed679ac6eaee00e89c7e2e
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsGroovyShell.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/GroovyShellDecorator.java
Log Message:
-----------
Added a hook to customize compiler setting
Commit: 9875c7d969ec1d8e3fa6d7c80b3b4fad4fbd783f
https://github.com/jenkinsci/workflow-plugin/commit/9875c7d969ec1d8e3fa6d7c80b3b4fad4fbd783f
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
A cps-global-lib/pom.xml
A
cps-global-lib/src/main/java/org/jenkinsci/plugins/workflow/cps/global/GroovyShellDecoratorImpl.java
A
cps-global-lib/src/main/java/org/jenkinsci/plugins/workflow/cps/global/WorkflowLibRepository.java
A
cps-global-lib/src/main/java/org/jenkinsci/plugins/workflow/cps/global/WorkflowLibSshRepository.java
M pom.xml
Log Message:
-----------
Added a new module to expose the global shared workflow library to workflow
scripts
Commit: 43cf14d31795373bb7c68d79c31cd66496bc59f1
https://github.com/jenkinsci/workflow-plugin/commit/43cf14d31795373bb7c68d79c31cd66496bc59f1
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M aggregator/pom.xml
A
aggregator/src/test/groovy/org/jenkinsci/plugins/workflow/cps/global/WorkflowLibRepositoryTest.groovy
Log Message:
-----------
Added a test case for the global workflow library space
Commit: b37ac68819dc3e40f57d8600ffc0ad113ca35e00
https://github.com/jenkinsci/workflow-plugin/commit/b37ac68819dc3e40f57d8600ffc0ad113ca35e00
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-10-14 (Tue, 14 Oct 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsGroovyShell.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStepExecution.java
Log Message:
-----------
Better place to prepare CpsScript is in the parse method
... as the result of parse() can be executed outside shell, like the
load step does
Commit: 84a4e45cce75cc8e1d68af47d46ff5e223be2cb5
https://github.com/jenkinsci/workflow-plugin/commit/84a4e45cce75cc8e1d68af47d46ff5e223be2cb5
Author: CloudBees DEV@Cloud <[email protected]>
Date: 2014-10-15 (Wed, 15 Oct 2014)
Changed paths:
M aggregator/pom.xml
A
aggregator/src/test/groovy/org/jenkinsci/plugins/workflow/cps/global/WorkflowLibRepositoryTest.groovy
M
aggregator/src/test/groovy/org/jenkinsci/plugins/workflow/cps/steps/RestartingLoadStepTest.groovy
A cps-global-lib/pom.xml
A
cps-global-lib/src/main/java/org/jenkinsci/plugins/workflow/cps/global/GroovyShellDecoratorImpl.java
A
cps-global-lib/src/main/java/org/jenkinsci/plugins/workflow/cps/global/WorkflowLibRepository.java
A
cps-global-lib/src/main/java/org/jenkinsci/plugins/workflow/cps/global/WorkflowLibSshRepository.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsGroovyShell.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/GroovyShellDecorator.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStep.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStepExecution.java
M pom.xml
M
support/src/main/resources/org/jenkinsci/plugins/workflow/support/visualization/table/StatusColumn/column.jelly
Log Message:
-----------
Merge commit 'b37ac68819dc3e40f57d8600ffc0ad113ca35e00'
Compare:
https://github.com/jenkinsci/workflow-plugin/compare/a2524aee0821...84a4e45cce75
--
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.