Branch: refs/heads/step-in-groovy2
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 2296895d01af60cc87ed4b217c63cdfed843e59b
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/2296895d01af60cc87ed4b217c63cdfed843e59b
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

  Changed paths:
    A doc/step-in-groovy.md
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecution.java
    A 
src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ingroovy/GroovyShellDecoratorImpl.java
    A 
src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ingroovy/GroovyStep.java
    A 
src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ingroovy/GroovyStepDescriptor.java
    A 
src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ingroovy/GroovyStepExecution.java
    A 
src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ingroovy/GroovyStepExecutionLoader.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/steps/ingroovy/HelloWorldGroovyStep.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/steps/ingroovy/StepInGroovyTest.java
    A 
src/test/resources/org/jenkinsci/plugins/workflow/cps/steps/ingroovy/HelloWorldGroovyStepExecution.groovy

  Log Message:
  -----------
  Implemented the basics of Step in Groovy

See docs/step-in-groovy.md for the details of this mechanism.


  Commit: 2048e8e3548497f096aed5b645d390c67ed233e3
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/2048e8e3548497f096aed5b645d390c67ed233e3
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java

  Log Message:
  -----------
  GroovyStepDescriptor should create an intermediate block scoped flow node

... based on the expectation that it is most likely going to invoke other 
steps, thus requires a grouping.


  Commit: 083500198c32275320c2881acbf646e35b0f0077
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/083500198c32275320c2881acbf646e35b0f0077
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyInvoker.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ingroovy/GroovyStepExecution.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/cps/steps/ingroovy/HelloWorldGroovyStep.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/cps/steps/ingroovy/StepInGroovyTest.java
    M 
src/test/resources/org/jenkinsci/plugins/workflow/cps/steps/ingroovy/HelloWorldGroovyStepExecution.groovy

  Log Message:
  -----------
  Implemented body support


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/2296895d01af^...083500198c32

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to