Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-plugin
  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


Compare: 
https://github.com/jenkinsci/workflow-plugin/compare/410bb96d2392...4519b327596e

-- 
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.

Reply via email to