Branch: refs/heads/store-step-for-flownode-jenkins-37324
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: b315544f27dd6194a2915dc8e748d0ea98945e3e
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/b315544f27dd6194a2915dc8e748d0ea98945e3e
  Author: Sam Van Oort <samvano...@gmail.com>
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImpl.java

  Log Message:
  -----------
  Adapt to upstream ArgumentsAction methods, rename variables, and use a field 
for whether or not to store Step arguments


  Commit: 785a59eb8d8e0c9bd614f726f91ae33cbe4c2998
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/785a59eb8d8e0c9bd614f726f91ae33cbe4c2998
  Author: Sam Van Oort <samvano...@gmail.com>
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImpl.java
    R 
src/main/java/org/jenkinsci/plugins/workflow/cps/nodes/DescriptorMatchPredicate.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/DescriptorMatchPredicate.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImplTest.java

  Log Message:
  -----------
  Code review changes


  Commit: e69c47fb0133985e4e8c3b80beb54de3222225f0
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/e69c47fb0133985e4e8c3b80beb54de3222225f0
  Author: Sam Van Oort <samvano...@gmail.com>
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImplTest.java

  Log Message:
  -----------
  Test fixes


  Commit: c4362b5885fb961967a8d8e35aee216ab599cad4
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/c4362b5885fb961967a8d8e35aee216ab599cad4
  Author: Sam Van Oort <samvano...@gmail.com>
  Date:   2017-05-15 (Mon, 15 May 2017)

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

  Log Message:
  -----------
  Remove the windows USERNAME env variable from the whitelist


  Commit: c2c4be2f59ed236cecc17251ccc26330add24298
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/c2c4be2f59ed236cecc17251ccc26330add24298
  Author: Sam Van Oort <samvano...@gmail.com>
  Date:   2017-05-15 (Mon, 15 May 2017)

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

  Log Message:
  -----------
  Pull out the MetaStep unwrapping logic from DSL and add tests for it


  Commit: e914788812e8245d0e9780c4d1ae5153accad7ee
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/e914788812e8245d0e9780c4d1ae5153accad7ee
  Author: Sam Van Oort <samvano...@gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  -----------
  Save a version of ArgumentsActionImpl that unwraps metasteps except when they 
aren't simply direct wrappers


  Commit: 5181eebce9ba9ea385a417a847aab61ba85bc64a
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/5181eebce9ba9ea385a417a847aab61ba85bc64a
  Author: Sam Van Oort <samvano...@gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImplTest.java

  Log Message:
  -----------
  Testcase for the uglier old direct Step instantiation with metasteps


  Commit: bf482ca07af5a34582769a653b789fa71fdb592f
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/bf482ca07af5a34582769a653b789fa71fdb592f
  Author: Sam Van Oort <samvano...@gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  -----------
  Store step arguments untouched, even for metasteps, and at @jglick's request 
force ArgumentAction API consumders to deal with the MetaStep madness


  Commit: d4ffb1ea62b62f32f1efd6bc626b00d60414a8bf
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/d4ffb1ea62b62f32f1efd6bc626b00d60414a8bf
  Author: Sam Van Oort <samvano...@gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

  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/CpsGroovyShell.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsVmExecutorService.java
    M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scriptPath.html
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinitionValidatorTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/store-step-for-flownode-jenkins-37324' 
into store-step-for-flownode-jenkins-37324


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/ae0df4d5e207...d4ffb1ea62b6

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