Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: d1c9b62eedee34d088dd81bb248a98d4d5db1139
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/d1c9b62eedee34d088dd81bb248a98d4d5db1139
  Author: Sam Van Oort <[email protected]>
  Date:   2017-01-04 (Wed, 04 Jan 2017)

  Changed paths:
    A src/main/java/org/jenkinsci/plugins/workflow/cps/actions/StepAction.java

  Log Message:
  -----------
  Create StepAction


  Commit: 6242403bead3d39e9f8778a327a4d15820f827df
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/6242403bead3d39e9f8778a327a4d15820f827df
  Author: Sam Van Oort <[email protected]>
  Date:   2017-01-04 (Wed, 04 Jan 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/actions/StepAction.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStep.java

  Log Message:
  -----------
  Now we store the steps and don't serialize the parallel parts that shouldn't 
be serialized


  Commit: d45c1634fbf5dfbbdde0c4d302457550b50a0961
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/d45c1634fbf5dfbbdde0c4d302457550b50a0961
  Author: Sam Van Oort <[email protected]>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

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

  Log Message:
  -----------
  Save the StepAction progress + tests in a generally functional state


  Commit: f813075fb0e60e10a47c523afc4b0b9969020627
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/f813075fb0e60e10a47c523afc4b0b9969020627
  Author: Sam Van Oort <[email protected]>
  Date:   2017-01-24 (Tue, 24 Jan 2017)

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

  Log Message:
  -----------
  Fix test and fix handling of the environment variables when capturing the 
StepAction


  Commit: 8b0ddb690be8a34784ad5496b44dc754c479b6b5
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/8b0ddb690be8a34784ad5496b44dc754c479b6b5
  Author: Sam Van Oort <[email protected]>
  Date:   2017-01-26 (Thu, 26 Jan 2017)

  Changed paths:
    A src/main/java/org/jenkinsci/plugins/workflow/cps/actions/StepAction.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/cps/nodes/DescriptorMatchPredicate.java

  Log Message:
  -----------
  Save the StepInfoAction that didn't get committed


  Commit: 6990a54c42731826facd6a9677123fdd35306118
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/6990a54c42731826facd6a9677123fdd35306118
  Author: Sam Van Oort <[email protected]>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Save temp versioned pom + added dependencies


  Commit: 191fcc79a09fe128c0f77290568e9dde5060c9b3
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/191fcc79a09fe128c0f77290568e9dde5060c9b3
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/cps/actions/StepAction.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/cps/actions/StepActionTest.java

  Log Message:
  -----------
  Save the StepInfoAction extensions


  Commit: f82456768dfd3589414f2975fcafbaf7ea9a786d
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/f82456768dfd3589414f2975fcafbaf7ea9a786d
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
    A Jenkinsfile
    M README.md
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecution.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/cps/CpsGroovyShellFactory.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThread.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/java/org/jenkinsci/plugins/workflow/cps/CpsWhitelist.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/ParamsVariable.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/nodes/StepAtomNode.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/nodes/StepNode.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/nodes/StepStartNode.java
    M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-lightweight.html
    M src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/SerializationTest.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/WorkflowJobNonRestartingTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/WorkflowTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinitionTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsThreadTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/ParamsVariableTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java

  Log Message:
  -----------
  Merge branch 'master' into store-step-for-flownode-jenkins-37324


  Commit: baf24f9e90888dc77dce512c9efeba04c1173abb
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/baf24f9e90888dc77dce512c9efeba04c1173abb
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

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

  Log Message:
  -----------
  Save test fixes for StepAction


  Commit: 19767c0200d013ab41b3b92a61037e3618e8d5d9
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/19767c0200d013ab41b3b92a61037e3618e8d5d9
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump API dependency to new snapshot after merges


  Commit: fae17f60ee80e3c65de9f7705dedb4d8720b397b
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/fae17f60ee80e3c65de9f7705dedb4d8720b397b
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

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

  Log Message:
  -----------
  StepInfoAction step fixes


  Commit: d156f8800534ba2763d16c796a737eaa1571ea68
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/d156f8800534ba2763d16c796a737eaa1571ea68
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
    A 
src/main/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImpl.java
    R src/main/java/org/jenkinsci/plugins/workflow/cps/actions/StepAction.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImplTest.java
    R 
src/test/java/org/jenkinsci/plugins/workflow/cps/actions/StepActionTest.java

  Log Message:
  -----------
  Pull in step parameter to argument API rename from upstream workflow-api logic


  Commit: 1468b46e808b07842338a86208d428a4dcf6738c
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/1468b46e808b07842338a86208d428a4dcf6738c
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

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

  Log Message:
  -----------
  Windows vs. Unix testcase for ArgumentsActionImpl and reminders about the 
alternate step syntaxes


  Commit: fd74f8ea2fdb80fe89be22d32f080d793a9cbf35
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/fd74f8ea2fdb80fe89be22d32f080d793a9cbf35
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

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

  Log Message:
  -----------
  Fix mismatched braces in one of the ArgumentsAction test scripts


  Commit: dc00b3df820f4a69f1fc65721de056b15222e588
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/dc00b3df820f4a69f1fc65721de056b15222e588
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  -----------
  Save failing testcase for ArgumentsActionImpl handling of  syntax and use 
with symbols/describables rather than direct arguments


  Commit: 2fdd8de3040e83ed936c2caafc15679d64e3e09e
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/2fdd8de3040e83ed936c2caafc15679d64e3e09e
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-24 (Mon, 24 Apr 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 extended test for saving Step arguments with MetaSteps, and implement 
the final solution


  Commit: f77eb95f1ebd3ab8c30530313868936f06fe7a84
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/f77eb95f1ebd3ab8c30530313868936f06fe7a84
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

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

  Log Message:
  -----------
  Test fix for ArgumentsAction since we're not storing null args


  Commit: 9f98464fca199716b9abc5bfec968a8387a27eee
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/9f98464fca199716b9abc5bfec968a8387a27eee
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

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

  Log Message:
  -----------
  Test and fix ArgumentsActionImpl masking of oversized arguments


  Commit: 2584d103c29e7b98b309524345d288603ee26fa1
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/2584d103c29e7b98b309524345d288603ee26fa1
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicStep.java

  Log Message:
  -----------
  Testcase for custom argument descriptions


  Commit: 1c66596862a1af63bd16ae781079209b25b153cf
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/1c66596862a1af63bd16ae781079209b25b153cf
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

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

  Log Message:
  -----------
  Handle ArgumentsAction throwing error so we don't break flow execution


  Commit: f58c625639f119721a962b8d1b3e4c794fbeb5be
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/f58c625639f119721a962b8d1b3e4c794fbeb5be
  Author: Sam Van Oort <[email protected]>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M pom.xml
    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:
  -----------
  Add support for ArgumentAction masking credentials without a node


  Commit: fdd13837a0858709138348478d88171cce8d9142
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/fdd13837a0858709138348478d88171cce8d9142
  Author: Sam Van Oort <[email protected]>
  Date:   2017-05-02 (Tue, 02 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
    M src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImplTest.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicStep.java

  Log Message:
  -----------
  Pull in refactorings of upstream APIs


  Commit: ae0df4d5e207374e2933057a92830fe575543709
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/ae0df4d5e207374e2933057a92830fe575543709
  Author: Sam Van Oort <[email protected]>
  Date:   2017-05-02 (Tue, 02 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 branch 'master' into store-step-for-flownode-jenkins-37324


  Commit: b315544f27dd6194a2915dc8e748d0ea98945e3e
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/b315544f27dd6194a2915dc8e748d0ea98945e3e
  Author: Sam Van Oort <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  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


  Commit: 8b6643d5f7c4f857451616ca704d343a3e4681b9
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/8b6643d5f7c4f857451616ca704d343a3e4681b9
  Author: Sam Van Oort <[email protected]>
  Date:   2017-05-19 (Fri, 19 May 2017)

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

  Log Message:
  -----------
  Add gnarly recursive sanitization of Arguments to ArgumentsActionImpl


  Commit: 80109b139695c24d144408eed5cc7e9e65861ad9
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/80109b139695c24d144408eed5cc7e9e65861ad9
  Author: Sam Van Oort <[email protected]>
  Date:   2017-05-19 (Fri, 19 May 2017)

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

  Log Message:
  -----------
  Renames and cleanup


  Commit: ac4fc373a0777f04746d2db8d8ff3a456adf6065
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/ac4fc373a0777f04746d2db8d8ff3a456adf6065
  Author: Sam Van Oort <[email protected]>
  Date:   2017-05-19 (Fri, 19 May 2017)

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

  Log Message:
  -----------
  Refactor ArgumentActionImpl recursive sanitization


  Commit: bca807079533286894da354378e286039f34be8a
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/bca807079533286894da354378e286039f34be8a
  Author: Sam Van Oort <[email protected]>
  Date:   2017-05-19 (Fri, 19 May 2017)

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

  Log Message:
  -----------
  Test for ArgumentsActionImpl


  Commit: d52a4e448115558554005f37093133b235f55882
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/d52a4e448115558554005f37093133b235f55882
  Author: Sam Van Oort <[email protected]>
  Date:   2017-05-19 (Fri, 19 May 2017)

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

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


  Commit: 33c252f7069cdf28544fd581d59cfd29231c8baa
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/33c252f7069cdf28544fd581d59cfd29231c8baa
  Author: Sam Van Oort <[email protected]>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    R .mvn_exec_node
    A .mvn_exec_yarn
    M pom.xml
    R src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java
    A src/test/java/org/jenkinsci/plugins/workflow/cps/DSLTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/California.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicListStep.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicListWithSymbolStep.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicStep.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicWithSymbolStep.java
    M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/Nevada.java
    M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/NewYork.java
    M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/State.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/StateMetaStep.java
    A yarn.lock

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

Conflicts were just dependencies that collided


  Commit: cbfc291f726b93dc00c392278bb401a8c511b811
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/cbfc291f726b93dc00c392278bb401a8c511b811
  Author: Sam Van Oort <[email protected]>
  Date:   2017-05-22 (Mon, 22 May 2017)

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

  Log Message:
  -----------
  Cleanup docs/argument names for ArgumentsActionImpl


  Commit: c2dbb355a01a85efd5bf8b9348614826a1978b59
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/c2dbb355a01a85efd5bf8b9348614826a1978b59
  Author: Sam Van Oort <[email protected]>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update to released plugin versions


  Commit: 1e970d521a6cd169881cfbc4381dd309168175ed
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/1e970d521a6cd169881cfbc4381dd309168175ed
  Author: Sam Van Oort <[email protected]>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Rev workflow-api version again


  Commit: 4d402bb2bf5828b141ed01c70c8dfcde59a9e9d1
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/4d402bb2bf5828b141ed01c70c8dfcde59a9e9d1
  Author: Sam Van Oort <[email protected]>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
    A 
src/main/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImpl.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStep.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/DSLTest.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/DescriptorMatchPredicate.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImplTest.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicStep.java

  Log Message:
  -----------
  Merge pull request #98 from jenkinsci/store-step-for-flownode-jenkins-37324

[JENKINS-37324] Store parameter info for steps as an action on the flownode


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/c6dfd2525f64...4d402bb2bf58

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