Branch: refs/heads/JENKINS-29922
Home: https://github.com/jenkinsci/workflow-cps-plugin
Commit: 9f90c353c36cf2b149c1351854c32cb0f5b25c09
https://github.com/jenkinsci/workflow-cps-plugin/commit/9f90c353c36cf2b149c1351854c32cb0f5b25c09
Author: Jesse Glick <[email protected]>
Date: 2016-06-30 (Thu, 30 Jun 2016)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/workflow/cps/steps/RestartingLoadStepTest.java
Log Message:
-----------
Added accessToSiblingScripts.
Commit: 93956c4fdf7fd9ea0ab1f7afc66c00c23e3d49e5
https://github.com/jenkinsci/workflow-cps-plugin/commit/93956c4fdf7fd9ea0ab1f7afc66c00c23e3d49e5
Author: Jesse Glick <[email protected]>
Date: 2016-06-30 (Thu, 30 Jun 2016)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/workflow/cps/steps/RestartingLoadStepTest.java
Log Message:
-----------
Noting what does *not* work.
Commit: 37274a8df85d795dfc2902342a0de394f97fb91b
https://github.com/jenkinsci/workflow-cps-plugin/commit/37274a8df85d795dfc2902342a0de394f97fb91b
Author: Jesse Glick <[email protected]>
Date: 2016-06-30 (Thu, 30 Jun 2016)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/workflow/cps/steps/RestartingLoadStepTest.java
Log Message:
-----------
Making the problem with call() more evident.
Commit: 0a40fc0a84e2fd4db597be07395272b7d68ea101
https://github.com/jenkinsci/workflow-cps-plugin/commit/0a40fc0a84e2fd4db597be07395272b7d68ea101
Author: Jesse Glick <[email protected]>
Date: 2016-06-30 (Thu, 30 Jun 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M
src/test/java/org/jenkinsci/plugins/workflow/cps/steps/RestartingLoadStepTest.java
Log Message:
-----------
Diagnosing another symptom of
https://github.com/kohsuke/groovy-sandbox/issues/7.
Commit: b2c9116b0580c48e33ce99db86aeda14e64f8423
https://github.com/jenkinsci/workflow-cps-plugin/commit/b2c9116b0580c48e33ce99db86aeda14e64f8423
Author: Jesse Glick <[email protected]>
Date: 2016-06-30 (Thu, 30 Jun 2016)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/workflow/cps/steps/RestartingLoadStepTest.java
Log Message:
-----------
Finally figured out how to reproduce JENKINS-36372 properly.
Commit: 925bbe3d3b424fb1960b18a4b168864c8f8ff85c
https://github.com/jenkinsci/workflow-cps-plugin/commit/925bbe3d3b424fb1960b18a4b168864c8f8ff85c
Author: Jesse Glick <[email protected]>
Date: 2016-06-30 (Thu, 30 Jun 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
M
src/test/java/org/jenkinsci/plugins/workflow/cps/steps/RestartingLoadStepTest.java
Log Message:
-----------
[FIXED JENKINS-36372] Relink the bindings of loaded scripts after restart.
Commit: b8531e6ed543d426638ed648924f60c11b95a8af
https://github.com/jenkinsci/workflow-cps-plugin/commit/b8531e6ed543d426638ed648924f60c11b95a8af
Author: Jesse Glick <[email protected]>
Date: 2016-06-30 (Thu, 30 Jun 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/EnvActionImpl.java
Log Message:
-----------
Extracted forRun helper method.
Commit: 34759eda86c4ce0916a990e9a84e51ad8fcc204f
https://github.com/jenkinsci/workflow-cps-plugin/commit/34759eda86c4ce0916a990e9a84e51ad8fcc204f
Author: Jesse Glick <[email protected]>
Date: 2016-06-30 (Thu, 30 Jun 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
Log Message:
-----------
We are assuming Java 7 now; no need to fall back to Java 6 APIs.
Commit: abb54a7f6025cda195935358347f93740676e170
https://github.com/jenkinsci/workflow-cps-plugin/commit/abb54a7f6025cda195935358347f93740676e170
Author: Jesse Glick <[email protected]>
Date: 2016-07-01 (Fri, 01 Jul 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
Log Message:
-----------
Merge pull request #31 from jglick/java7
[JENKINS-29656] Assume Java 7 APIs
Commit: 053cf642dc582d7e63016152b847c52045b6e91d
https://github.com/jenkinsci/workflow-cps-plugin/commit/053cf642dc582d7e63016152b847c52045b6e91d
Author: Jesse Glick <[email protected]>
Date: 2016-07-01 (Fri, 01 Jul 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
Log Message:
-----------
Merge branch 'master' into EnvActionImpl.forRun
Commit: 25209db8bd3abc4ed1f2a49f4aa625755af600e4
https://github.com/jenkinsci/workflow-cps-plugin/commit/25209db8bd3abc4ed1f2a49f4aa625755af600e4
Author: Jesse Glick <[email protected]>
Date: 2016-07-01 (Fri, 01 Jul 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/EnvActionImpl.java
Log Message:
-----------
Comments from @oleg-nenashev.
Commit: 404fab7b59dcdfa8f5d15e8b803234aec643e43e
https://github.com/jenkinsci/workflow-cps-plugin/commit/404fab7b59dcdfa8f5d15e8b803234aec643e43e
Author: Jesse Glick <[email protected]>
Date: 2016-07-05 (Tue, 05 Jul 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/EnvActionImpl.java
Log Message:
-----------
Merge pull request #30 from jglick/EnvActionImpl.forRun
Extracted forRun helper method
Commit: ecaee984f241e720f7dab43be8cd4aa42da341f4
https://github.com/jenkinsci/workflow-cps-plugin/commit/ecaee984f241e720f7dab43be8cd4aa42da341f4
Author: Jesse Glick <[email protected]>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M
src/test/java/org/jenkinsci/plugins/workflow/cps/steps/RestartingLoadStepTest.java
Log Message:
-----------
Merge pull request #29 from jglick/accessToSiblingScripts
[JENKINS-36372] Root bindings not accessible to scripts loaded after restart
Commit: 89eee26df6da2bcf31eeb13a95037eed88f55e89
https://github.com/jenkinsci/workflow-cps-plugin/commit/89eee26df6da2bcf31eeb13a95037eed88f55e89
Author: Jesse Glick <[email protected]>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release workflow-cps-2.9
Commit: 0c6fc8edc5cefc8e6214b45d45fe74bc0fa50fbf
https://github.com/jenkinsci/workflow-cps-plugin/commit/0c6fc8edc5cefc8e6214b45d45fe74bc0fa50fbf
Author: Jesse Glick <[email protected]>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: b431b6d69435f75422cba8870b6963b8506d0e06
https://github.com/jenkinsci/workflow-cps-plugin/commit/b431b6d69435f75422cba8870b6963b8506d0e06
Author: Jesse Glick <[email protected]>
Date: 2016-07-11 (Mon, 11 Jul 2016)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/EnvActionImpl.java
M
src/test/java/org/jenkinsci/plugins/workflow/cps/steps/RestartingLoadStepTest.java
Log Message:
-----------
Merge branch 'master' into JENKINS-29922
Compare:
https://github.com/jenkinsci/workflow-cps-plugin/compare/a74ca8ffc1c2...b431b6d69435
--
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.