Branch: refs/heads/SCM-Job
Home: https://github.com/jenkinsci/workflow-plugin
Commit: 14eae9f07c9153bc95c431e5ad2e5ca0288320bd
https://github.com/jenkinsci/workflow-plugin/commit/14eae9f07c9153bc95c431e5ad2e5ca0288320bd
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M job/src/test/java/org/jenkinsci/plugins/workflow/job/ParallelStepTest.java
Log Message:
-----------
assisting diagnostics
Commit: 0395dd76ef21676ad15d7390ba9ab1329ec2d000
https://github.com/jenkinsci/workflow-plugin/commit/0395dd76ef21676ad15d7390ba9ab1329ec2d000
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
A
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStep.java
Log Message:
-----------
Artifact archiver implementation
Commit: b64c60ef94409e45813eaaf31c170679eb5a988f
https://github.com/jenkinsci/workflow-plugin/commit/b64c60ef94409e45813eaaf31c170679eb5a988f
Author: Jesse Glick <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
A demo/cd.groovy
Log Message:
-----------
Working on a demo script.
Commit: 8f18672a6c04b2d1dc77e6836da0f70fc01bec32
https://github.com/jenkinsci/workflow-plugin/commit/8f18672a6c04b2d1dc77e6836da0f70fc01bec32
Author: Jesse Glick <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
A
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStep.java
M job/src/test/java/org/jenkinsci/plugins/workflow/job/ParallelStepTest.java
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/workflow-plugin
Commit: 8ef7193006edaba1947fe30aff75d0d8f150de0d
https://github.com/jenkinsci/workflow-plugin/commit/8ef7193006edaba1947fe30aff75d0d8f150de0d
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStep.java
A
demo/src/test/java/org/jenkinsci/plugins/workflow/steps/input/ArtifactArchiverStepTest.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractStepDescriptorImpl.java
A
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousStepImpl.java
Log Message:
-----------
Completed the archive step and a simple test case
Commit: cfd369056bed5ce03abb15c420f9834c8565684c
https://github.com/jenkinsci/workflow-plugin/commit/cfd369056bed5ce03abb15c420f9834c8565684c
Author: Jesse Glick <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
A
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/PwdStep.java
A
demo/src/test/java/org/jenkinsci/plugins/workflow/steps/input/PwdStepTest.java
Log Message:
-----------
Added PwdStep.
Commit: 8b75c529fa518b896e5ba9ee60ee7361809b3b96
https://github.com/jenkinsci/workflow-plugin/commit/8b75c529fa518b896e5ba9ee60ee7361809b3b96
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
Log Message:
-----------
Doing GString coercion on our side
Commit: a779e4ece39df7192ad9eca80df4211f26ef79cf
https://github.com/jenkinsci/workflow-plugin/commit/a779e4ece39df7192ad9eca80df4211f26ef79cf
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractStepDescriptorImpl.java
Log Message:
-----------
This is leaking abstraction
Commit: 648809807c00c9d4ff50df06369204926a3edb2b
https://github.com/jenkinsci/workflow-plugin/commit/648809807c00c9d4ff50df06369204926a3edb2b
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
A
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactUnarchiverStep.java
M
demo/src/test/java/org/jenkinsci/plugins/workflow/steps/input/ArtifactArchiverStepTest.java
Log Message:
-----------
Implemented the unarchive step
Commit: 35a5b2210b53c3ce44a09a161aa9e8885fe01387
https://github.com/jenkinsci/workflow-plugin/commit/35a5b2210b53c3ce44a09a161aa9e8885fe01387
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M job/src/test/java/org/jenkinsci/plugins/workflow/job/ParallelStepTest.java
Log Message:
-----------
Fixed a race condition in this test that can cause sporadic failure.
The issue is that with.node() runs asynchronously, so it might take more than 3
waitForWorkflowToSuspend() calls
to get the workflow to suspend at steps.watch().
Reference: https://trello.com/c/SjWmf7L7/12-control-flow-impl-parallel
Commit: 2f526023e04bb28a02bcc3a3e3be5be9edffa964
https://github.com/jenkinsci/workflow-plugin/commit/2f526023e04bb28a02bcc3a3e3be5be9edffa964
Author: Jesse Glick <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M demo/cd.groovy
Log Message:
-----------
updates
Commit: a8007b2039103bc708cbf1ef51423f439d9ce161
https://github.com/jenkinsci/workflow-plugin/commit/a8007b2039103bc708cbf1ef51423f439d9ce161
Author: Jesse Glick <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStep.java
A
demo/src/test/java/org/jenkinsci/plugins/workflow/steps/input/ArtifactArchiverStepTest.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractStepDescriptorImpl.java
A
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousStepImpl.java
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/workflow-plugin
Commit: 64b5e3811c0b876983f0496ea88cd0487ce1f022
https://github.com/jenkinsci/workflow-plugin/commit/64b5e3811c0b876983f0496ea88cd0487ce1f022
Author: Jesse Glick <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M demo/cd.groovy
Log Message:
-----------
updates
Commit: bb50958c03894ddf232523ca72a80e31efd67379
https://github.com/jenkinsci/workflow-plugin/commit/bb50958c03894ddf232523ca72a80e31efd67379
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
Log Message:
-----------
needs to copy a map before making changes to it
Commit: 7359a37c0abce0b2e997c32f954e82bb82809ab6
https://github.com/jenkinsci/workflow-plugin/commit/7359a37c0abce0b2e997c32f954e82bb82809ab6
Author: Jesse Glick <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M demo/cd.groovy
Log Message:
-----------
updates
Commit: f3dd3c23ed0c9f5fd7ad3b8d2f6fdc6c71db6322
https://github.com/jenkinsci/workflow-plugin/commit/f3dd3c23ed0c9f5fd7ad3b8d2f6fdc6c71db6322
Author: Jesse Glick <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
A
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactUnarchiverStep.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M
demo/src/test/java/org/jenkinsci/plugins/workflow/steps/input/ArtifactArchiverStepTest.java
M job/src/test/java/org/jenkinsci/plugins/workflow/job/ParallelStepTest.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractStepDescriptorImpl.java
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/workflow-plugin
Commit: 9d9181be083f14a817d0eaadbeb60328df106b09
https://github.com/jenkinsci/workflow-plugin/commit/9d9181be083f14a817d0eaadbeb60328df106b09
Author: Jesse Glick <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/ExecutorStep.java
Log Message:
-----------
Print the allocated slave name to the log.
Commit: 86eaeb7f784251fb3cdec3c3485808a4d684a996
https://github.com/jenkinsci/workflow-plugin/commit/86eaeb7f784251fb3cdec3c3485808a4d684a996
Author: Jesse Glick <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M demo/cd.groovy
Log Message:
-----------
updates
Commit: b1b5e26a7f818442b6173a4d298c935eb856d304
https://github.com/jenkinsci/workflow-plugin/commit/b1b5e26a7f818442b6173a4d298c935eb856d304
Author: Jesse Glick <[email protected]>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M demo/cd.groovy
Log Message:
-----------
Fixing SCM-Job temp replacement script.
Commit: 369e6198b888cd3efe995da9f091077a9aa34124
https://github.com/jenkinsci/workflow-plugin/commit/369e6198b888cd3efe995da9f091077a9aa34124
Author: Jesse Glick <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/SegmentStep.java
Log Message:
-----------
For robustness, should check for missing builds in the holding set and clean
them out.
Commit: 6415656ca1fe7652189705df37cf90a3b1b4d67f
https://github.com/jenkinsci/workflow-plugin/commit/6415656ca1fe7652189705df37cf90a3b1b4d67f
Author: Jesse Glick <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M
flow-support/src/main/resources/org/jenkinsci/plugins/workflow/support/visualization/table/ConsoleColumn/column.jelly
Log Message:
-----------
Only display console log for flow nodes that actually have one.
Commit: 9841e46fc6ffc66beedb18b2256f5d5790d9cc89
https://github.com/jenkinsci/workflow-plugin/commit/9841e46fc6ffc66beedb18b2256f5d5790d9cc89
Author: Jesse Glick <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M demo/cd.groovy
Log Message:
-----------
Have to pass labels for parallel branches.
Commit: fc7151b6220d272b5c8895b9af5afa4572b3ed12
https://github.com/jenkinsci/workflow-plugin/commit/fc7151b6220d272b5c8895b9af5afa4572b3ed12
Author: Jesse Glick <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M
flow-api/src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecution.java
Log Message:
-----------
Clarified Javadoc.
Commit: 81fee758d13ea68c6bcaf942ec73dbfbb73d307c
https://github.com/jenkinsci/workflow-plugin/commit/81fee758d13ea68c6bcaf942ec73dbfbb73d307c
Author: Jesse Glick <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
A
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/DefaultStepContext.java
M stm/src/main/java/org/jenkinsci/plugins/workflow/stm/STMContext.java
Log Message:
-----------
Added DefaultStepContext.
Commit: be0f7e5d2cb33c15941100f5dff3c7bbb972b878
https://github.com/jenkinsci/workflow-plugin/commit/be0f7e5d2cb33c15941100f5dff3c7bbb972b878
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
Log Message:
-----------
If Step doesn't take the body closure, don't treat the last Closure argument
as the body
Commit: 7c3369a7c3b9d25e9fecdcc2b7aac61dffa26bf6
https://github.com/jenkinsci/workflow-plugin/commit/7c3369a7c3b9d25e9fecdcc2b7aac61dffa26bf6
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBuiltinSteps.java
M job/src/test/java/org/jenkinsci/plugins/workflow/job/ParallelStepTest.java
Log Message:
-----------
Fixed the handling of anonymous parallel bodies
Commit: 80b9297df3870e98f46e9943054b79dfb7db8a41
https://github.com/jenkinsci/workflow-plugin/commit/80b9297df3870e98f46e9943054b79dfb7db8a41
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M job/src/test/java/org/jenkinsci/plugins/workflow/job/ParallelStepTest.java
Log Message:
-----------
Trying to reproduce the "function call in parallel doesn't work" problem
But this test passes
Commit: 01fab80e0b5888d82650a080f8831528e3fbacd5
https://github.com/jenkinsci/workflow-plugin/commit/01fab80e0b5888d82650a080f8831528e3fbacd5
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M cps/pom.xml
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M
cps/src/test/groovy/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinitionTest.groovy
M job/src/test/java/org/jenkinsci/plugins/workflow/job/ParallelStepTest.java
Log Message:
-----------
Integrated a version of groovy-cps that does opt out.
That is, no more @WorkflowMethod
Commit: 410bb96d2392aadc71fe101b443d532a876eb288
https://github.com/jenkinsci/workflow-plugin/commit/410bb96d2392aadc71fe101b443d532a876eb288
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M job/src/test/java/org/jenkinsci/plugins/workflow/job/ParallelStepTest.java
Log Message:
-----------
Adding a test case exactly to the letter, but it still works
Commit: 529b9fc1fe3c633f3678b4d24ae1834969349a67
https://github.com/jenkinsci/workflow-plugin/commit/529b9fc1fe3c633f3678b4d24ae1834969349a67
Author: Jesse Glick <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M README.md
M demo/cd.groovy
M
demo/src/test/java/org/jenkinsci/plugins/workflow/steps/input/PwdStepTest.java
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/DefaultStepContext.java
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/ExecutorStep.java
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/WorkspaceStep.java
M job/src/test/java/org/jenkinsci/plugins/workflow/job/PushdStepTest.java
M job/src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowTest.java
M stm/src/main/java/org/jenkinsci/plugins/workflow/stm/STMExecution.java
Log Message:
-----------
Removing the need to call with.ws just to lock a workspace.
Now that is done implicitly by with.node, though you can still use with.ws to
get another workspace.
Also removes the need for the StepContext to produce a FilePath from a Node:
ExecutorStep handles it.
Commit: 4519b327596e0ed96d09a972df5e2388ef5157e5
https://github.com/jenkinsci/workflow-plugin/commit/4519b327596e0ed96d09a972df5e2388ef5157e5
Author: Jesse Glick <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M cps/pom.xml
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBuiltinSteps.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M
cps/src/test/groovy/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinitionTest.groovy
M job/src/test/java/org/jenkinsci/plugins/workflow/job/ParallelStepTest.java
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/workflow-plugin
Commit: 726a9cef427cf5c52af0f13b8473fc42afa0b87a
https://github.com/jenkinsci/workflow-plugin/commit/726a9cef427cf5c52af0f13b8473fc42afa0b87a
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBuiltinSteps.java
Log Message:
-----------
Handle collection as well
Commit: 0c563a18a7e13e59715432daaf00c1ece906fde4
https://github.com/jenkinsci/workflow-plugin/commit/0c563a18a7e13e59715432daaf00c1ece906fde4
Author: Jesse Glick <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M demo/cd.groovy
Log Message:
-----------
No more @WorkflowMethod.
Commit: 0870745f335d4bb2238b8373781ec984391cb116
https://github.com/jenkinsci/workflow-plugin/commit/0870745f335d4bb2238b8373781ec984391cb116
Author: Jesse Glick <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M
durable-task-step/src/main/java/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep.java
Log Message:
-----------
Avoid deadlock with CpsStepContext caused by calling onSuccess/Failure while
holding a lock.
Commit: 4663d16c729d9adb8db6bab18731af640d7515e7
https://github.com/jenkinsci/workflow-plugin/commit/4663d16c729d9adb8db6bab18731af640d7515e7
Author: Jesse Glick <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M demo/cd.groovy
Log Message:
-----------
Fixing up some errors in the script. Passes!
Commit: 084023fab3b13bee3b60121d361460978b4f9ba1
https://github.com/jenkinsci/workflow-plugin/commit/084023fab3b13bee3b60121d361460978b4f9ba1
Author: Jesse Glick <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactUnarchiverStep.java
Log Message:
-----------
If there are no artifacts, unarchiving should fail.
Commit: f08de88d8a1464ac0bfa5eea2872aecc0c348c77
https://github.com/jenkinsci/workflow-plugin/commit/f08de88d8a1464ac0bfa5eea2872aecc0c348c77
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M demo/cd.groovy
M
durable-task-step/src/main/java/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: 871824326659980004209458aaff01aca41e39f2
https://github.com/jenkinsci/workflow-plugin/commit/871824326659980004209458aaff01aca41e39f2
Author: Jesse Glick <[email protected]>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M demo/cd.groovy
Log Message:
-----------
Introduce a step that can fail immediately prior to deployment.
Commit: 3d78cd0c00392096842b7d94f0a2c85d23dc13e0
https://github.com/jenkinsci/workflow-plugin/commit/3d78cd0c00392096842b7d94f0a2c85d23dc13e0
Author: CloudBees DEV@Cloud <[email protected]>
Date: 2014-06-14 (Sat, 14 Jun 2014)
Changed paths:
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactUnarchiverStep.java
M demo/cd.groovy
Log Message:
-----------
Merge REMERGE_HEAD
Commit: 0b75c39de3542b1d6619a8eb5fd2996c806d7456
https://github.com/jenkinsci/workflow-plugin/commit/0b75c39de3542b1d6619a8eb5fd2996c806d7456
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-15 (Sun, 15 Jun 2014)
Changed paths:
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverReader.java
Log Message:
-----------
doc improvement
Commit: d8f14ba45875ec0ea868b7852796c92bc3d8a2c8
https://github.com/jenkinsci/workflow-plugin/commit/d8f14ba45875ec0ea868b7852796c92bc3d8a2c8
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-06-15 (Sun, 15 Jun 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
A
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/DryOwner.java
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverReader.java
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverWriter.java
Log Message:
-----------
Do not persist the actual FlowExecutionOwner
Instead, allow the unmarshalling context to supply one.
Commit: 9465910b17a9efecfcb323cfc434bd2be52137d1
https://github.com/jenkinsci/workflow-plugin/commit/9465910b17a9efecfcb323cfc434bd2be52137d1
Author: Jesse Glick <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M README.md
A
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStep.java
A
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactUnarchiverStep.java
A
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/PwdStep.java
M cps/pom.xml
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBuiltinSteps.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M
cps/src/test/groovy/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinitionTest.groovy
A demo/cd.groovy
A
demo/src/test/java/org/jenkinsci/plugins/workflow/steps/input/ArtifactArchiverStepTest.java
A
demo/src/test/java/org/jenkinsci/plugins/workflow/steps/input/PwdStepTest.java
M
durable-task-step/src/main/java/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep.java
M
flow-api/src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecution.java
A
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/DefaultStepContext.java
A
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/DryOwner.java
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverReader.java
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/RiverWriter.java
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/ExecutorStep.java
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/SegmentStep.java
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/WorkspaceStep.java
M
flow-support/src/main/resources/org/jenkinsci/plugins/workflow/support/visualization/table/ConsoleColumn/column.jelly
M job/src/test/java/org/jenkinsci/plugins/workflow/job/ParallelStepTest.java
M job/src/test/java/org/jenkinsci/plugins/workflow/job/PushdStepTest.java
M job/src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowTest.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractStepDescriptorImpl.java
A
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousStepImpl.java
M stm/src/main/java/org/jenkinsci/plugins/workflow/stm/STMContext.java
M stm/src/main/java/org/jenkinsci/plugins/workflow/stm/STMExecution.java
Log Message:
-----------
Merge branch 'master' into SCM-Job
Commit: 048017d7e2f44667b19f20fdbbf10fdc38f88142
https://github.com/jenkinsci/workflow-plugin/commit/048017d7e2f44667b19f20fdbbf10fdc38f88142
Author: Jesse Glick <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M demo/cd.groovy
M pom.xml
Log Message:
-----------
1.568 released; pending releases of SCM plugins.
Compare:
https://github.com/jenkinsci/workflow-plugin/compare/a409a6a6ed47...048017d7e2f4
--
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.