Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-cps-plugin
Commit: 427b0cb12f2a4ecb3488a6acf020b3ec797820da
https://github.com/jenkinsci/workflow-cps-plugin/commit/427b0cb12f2a4ecb3488a6acf020b3ec797820da
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2016-07-26 (Tue, 26 Jul 2016)
Changed paths:
A doc/classloader.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsGroovyShell.java
A
src/main/java/org/jenkinsci/plugins/workflow/cps/CpsGroovyShellFactory.java
M
src/main/java/org/jenkinsci/plugins/workflow/cps/GroovyClassLoaderWhitelist.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/GroovyShellDecorator.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/SandboxContinuable.java
M src/test/java/org/jenkinsci/plugins/workflow/CpsFlowExecutionTest.java
A src/test/resources/trusted/foo.groovy
Log Message:
-----------
Added a trusted classloader that runs CPS code outside sandbox
See doc/classloader.md for more details.
Commit: 1fa9d34c19f659ee8b524056ae6a245e85c3438f
https://github.com/jenkinsci/workflow-cps-plugin/commit/1fa9d34c19f659ee8b524056ae6a245e85c3438f
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2016-07-26 (Tue, 26 Jul 2016)
Changed paths:
M doc/classloader.md
Log Message:
-----------
Minor doc touchup
Commit: 4d85e67832ceca538500b6d3262e50f35b3435f3
https://github.com/jenkinsci/workflow-cps-plugin/commit/4d85e67832ceca538500b6d3262e50f35b3435f3
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2016-07-26 (Tue, 26 Jul 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadDumpAction.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
A src/main/java/org/jenkinsci/plugins/workflow/cps/PauseUnpauseAction.java
A src/main/java/org/jenkinsci/plugins/workflow/cps/RunningFlowActions.java
A
src/main/resources/org/jenkinsci/plugins/workflow/cps/PauseUnpauseAction/action.jelly
A src/main/webapp/images/24x24/README.md
A src/main/webapp/images/24x24/pause.png
R src/test/java/org/jenkinsci/plugins/workflow/CpsFlowExecutionTest.java
A src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into trusted-classloader
Conflicts:
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java
Commit: db919537d5b15f406db46989b1e017db912bbe3a
https://github.com/jenkinsci/workflow-cps-plugin/commit/db919537d5b15f406db46989b1e017db912bbe3a
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2016-07-28 (Thu, 28 Jul 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
Log Message:
-----------
Compilation check needs to also have the trusted shell
Commit: eb4b70576a5559ae15927449c3b1af96c7488eb4
https://github.com/jenkinsci/workflow-cps-plugin/commit/eb4b70576a5559ae15927449c3b1af96c7488eb4
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2016-07-28 (Thu, 28 Jul 2016)
Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java
M src/test/resources/trusted/foo.groovy
Log Message:
-----------
Looks like the test code has moved!?
Commit: 1cf876d3ba101a1de0c609854814deb6f9f4e6f3
https://github.com/jenkinsci/workflow-cps-plugin/commit/1cf876d3ba101a1de0c609854814deb6f9f4e6f3
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Changed paths:
M doc/classloader.md
Log Message:
-----------
Adding doc to cover code review comment
Commit: 51f6cc0b9f6ee4f55c7ced01dbd1e13d4c8b0aef
https://github.com/jenkinsci/workflow-cps-plugin/commit/51f6cc0b9f6ee4f55c7ced01dbd1e13d4c8b0aef
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java
Log Message:
-----------
pointless call
Commit: 227e57e9fc5e2dd8e35ff88c45c388a4912559b4
https://github.com/jenkinsci/workflow-cps-plugin/commit/227e57e9fc5e2dd8e35ff88c45c388a4912559b4
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java
Log Message:
-----------
reduced hard coded string
Commit: 3a380e7b6905007f3612b57f67d1a2dcd67b9614
https://github.com/jenkinsci/workflow-cps-plugin/commit/3a380e7b6905007f3612b57f67d1a2dcd67b9614
Author: Jesse Glick <[email protected]>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Changed paths:
A doc/classloader.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsGroovyShell.java
A
src/main/java/org/jenkinsci/plugins/workflow/cps/CpsGroovyShellFactory.java
M
src/main/java/org/jenkinsci/plugins/workflow/cps/GroovyClassLoaderWhitelist.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/GroovyShellDecorator.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/SandboxContinuable.java
M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java
A src/test/resources/trusted/foo.groovy
Log Message:
-----------
Merge pull request #33 from jenkinsci/trusted-classloader
[JENKINS-34650] Added a trusted classloader that runs CPS code outside sandbox
Compare:
https://github.com/jenkinsci/workflow-cps-plugin/compare/da3757932771...3a380e7b6905
--
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.