Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-plugin
Commit: 222e63941cbc85e1caad36286da094a0c3d999f2
https://github.com/jenkinsci/workflow-plugin/commit/222e63941cbc85e1caad36286da094a0c3d999f2
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M api/src/main/java/org/jenkinsci/plugins/workflow/actions/ErrorAction.java
Log Message:
-----------
pointless cast
Commit: cb93e78ed39be5eb39e5513ae313235c2ac8afff
https://github.com/jenkinsci/workflow-plugin/commit/cb93e78ed39be5eb39e5513ae313235c2ac8afff
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M cps/pom.xml
Log Message:
-----------
Integrated a new version.
This version implements all the operators.
Commit: f26ac66e764a56b8e6ccc4624fcb151b24d0e235
https://github.com/jenkinsci/workflow-plugin/commit/f26ac66e764a56b8e6ccc4624fcb151b24d0e235
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStep.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/PushdStep.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/RetryStepExecution.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/BodyInvoker.java
A cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecution.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStepExecution.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStepExecution.java
M
durable-task-step/src/main/java/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep.java
A
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/BodyExecution.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/StepContext.java
M
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/ExecutorStepExecution.java
M
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/WorkspaceStepExecution.java
M
support/src/test/java/org/jenkinsci/plugins/workflow/test/steps/BlockSemaphoreStep.java
M
support/src/test/java/org/jenkinsci/plugins/workflow/test/steps/TmpDirStepExecution.java
Log Message:
-----------
Expanding API to track body invocation.
A prerequisite of the timeout step is the ability for a Step to track
the progress of the body invocation.
Commit: a0c4a3bebe7f8c1ef0f2b8c8cd18d306f57df265
https://github.com/jenkinsci/workflow-plugin/commit/a0c4a3bebe7f8c1ef0f2b8c8cd18d306f57df265
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/BodyInvoker.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecution.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/BodyExecution.java
Log Message:
-----------
Making BodyExecution a Future
Commit: cf0b5b9940563abfee4ae160f75c9201b72e7ee0
https://github.com/jenkinsci/workflow-plugin/commit/cf0b5b9940563abfee4ae160f75c9201b72e7ee0
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecution.java
Log Message:
-----------
Run CpsThread.getStep() from CpsVmThread to avoid concurrency problem
Commit: 9d08f14d86bb6a34a2365534572ea4e4d69c129b
https://github.com/jenkinsci/workflow-plugin/commit/9d08f14d86bb6a34a2365534572ea4e4d69c129b
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecution.java
Log Message:
-----------
NPE fix. If the callback is added, that's it.
Commit: dc6631192748eaa0534e2145b1fd7eafdd14ffe5
https://github.com/jenkinsci/workflow-plugin/commit/dc6631192748eaa0534e2145b1fd7eafdd14ffe5
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
Log Message:
-----------
Help debug problems by retaining the caller stack trace of asynchronous
invocation
Commit: e8fdc44f06b5e6c182a738ed28e148cb5e525d19
https://github.com/jenkinsci/workflow-plugin/commit/e8fdc44f06b5e6c182a738ed28e148cb5e525d19
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecution.java
Log Message:
-----------
Capturing the 'outcome' to make FindBugs happy.
The previous code was correct, in that the synchronized block establishes read
barrier.
Commit: ef196333ea7d9378cc5723f21594425e157d6223
https://github.com/jenkinsci/workflow-plugin/commit/ef196333ea7d9378cc5723f21594425e157d6223
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-11-08 (Sat, 08 Nov 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecution.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
Log Message:
-----------
HeadCollector needs to be the first to be notified.
... so that by the time the callback of ParallelStep triggers, it has all the
heads available.
Compare:
https://github.com/jenkinsci/workflow-plugin/compare/cc174f02d9fb...ef196333ea7d
--
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.