Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: bc19bed08f87d146a127a54743726f1ce1f8f37f
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/bc19bed08f87d146a127a54743726f1ce1f8f37f
  Author: Jesse Glick <[email protected]>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    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/CpsThreadGroup.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsVmExecutorService.java

  Log Message:
  -----------
  Record timing information for internal processes.


  Commit: 5f4996c7a540fd415c53b46d979a195f4ea061de
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/5f4996c7a540fd415c53b46d979a195f4ea061de
  Author: Jesse Glick <[email protected]>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

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

  Log Message:
  -----------
  FindBugs


  Commit: e868eeb091df8d4a5d8dd15cefff69139810317d
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/e868eeb091df8d4a5d8dd15cefff69139810317d
  Author: Jesse Glick <[email protected]>
  Date:   2017-01-10 (Tue, 10 Jan 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/nodes/StepAtomNode.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/nodes/StepStartNode.java

  Log Message:
  -----------
  Merge branch 'master' into timings


  Commit: c0505e775177e82221c0e9dc9a34b1d196efb62b
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/c0505e775177e82221c0e9dc9a34b1d196efb62b
  Author: Jesse Glick <[email protected]>
  Date:   2017-01-10 (Tue, 10 Jan 2017)

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

  Log Message:
  -----------
  Removing simplistic superseded logging.


  Commit: fd637d34db19709dac60b3f2edf547872913b672
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/fd637d34db19709dac60b3f2edf547872913b672
  Author: Jesse Glick <[email protected]>
  Date:   2017-01-17 (Tue, 17 Jan 2017)

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

  Log Message:
  -----------
  Merge branch 'master' into timings


  Commit: 700d82a0a2b999bd01c616d7d02f76bf06c5bd95
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/700d82a0a2b999bd01c616d7d02f76bf06c5bd95
  Author: Jesse Glick <[email protected]>
  Date:   2017-02-17 (Fri, 17 Feb 2017)

  Changed paths:
    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/CpsFlowExecution.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThread.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsVmExecutorService.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/nodes/StepNode.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/WorkflowJobNonRestartingTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsThreadTest.java

  Log Message:
  -----------
  Merge branch 'master' into timings


  Commit: 8f661f43ce0545860bbf36ae0124f1db0e9f0bb9
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/8f661f43ce0545860bbf36ae0124f1db0e9f0bb9
  Author: Jesse Glick <[email protected]>
  Date:   2017-02-17 (Fri, 17 Feb 2017)

  Changed paths:
    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/CpsThreadGroup.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsVmExecutorService.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinitionValidatorTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java

  Log Message:
  -----------
  Fixups, tests, and review comments from @svanoort.


  Commit: bfc47a2598ae79110d41d036fcbbe7920305cbab
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/bfc47a2598ae79110d41d036fcbbe7920305cbab
  Author: Artem Fedorov <[email protected]>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  -----------
  fixed exception with standard java types

https://issues.jenkins-ci.org/browse/JENKINS-31967


  Commit: 3f628eb0bf11bc7ccc3c31fa7d43bf3682fea35c
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/3f628eb0bf11bc7ccc3c31fa7d43bf3682fea35c
  Author: Artem Fedorov <[email protected]>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  -----------
  added test


  Commit: d9d66c46bd62377205cfbeb3902eedf65eef3bfa
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/d9d66c46bd62377205cfbeb3902eedf65eef3bfa
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scriptPath.html

  Log Message:
  -----------
  Noting that CpsScmFlowDefinition.scriptPath must use `/` as the separator.


  Commit: 425be8515cfaabd19de5db6a10c3f82875fd72f9
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/425be8515cfaabd19de5db6a10c3f82875fd72f9
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-13 (Thu, 13 Apr 2017)

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

  Log Message:
  -----------
  [JENKINS-43361] Unreproducible NPE.


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

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

  Log Message:
  -----------
  Merge pull request #119 from jglick/NPE-JENKINS-43361

[JENKINS-43361] Unreproducible NPE


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

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scriptPath.html

  Log Message:
  -----------
  Merge pull request #118 from jglick/CpsScmFlowDefinition.scriptPath-help

Noting that CpsScmFlowDefinition.scriptPath must use `/` as the separator


  Commit: 2d9530e44f7858b79fdce10de06fba3968d4ed8f
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/2d9530e44f7858b79fdce10de06fba3968d4ed8f
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    A Jenkinsfile
    M pom.xml
    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/CpsThreadGroup.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/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-lightweight.html
    M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scriptPath.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/ParamsVariableTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java

  Log Message:
  -----------
  Merge branch 'master' into timings


  Commit: 06e2dbba5258484619489f0796ae8d49b0a54d1b
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/06e2dbba5258484619489f0796ae8d49b0a54d1b
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

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

  Log Message:
  -----------
  [JENKINS-43019] Suppressing GroovyClassLoader.InnerLoader fixes a subtle CCE 
observed in libraries.


  Commit: 57d545e391e3f7e630db3cf3867a14385639822d
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/57d545e391e3f7e630db3cf3867a14385639822d
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

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

  Log Message:
  -----------
  FindBugs


  Commit: 16769c877b11505ddb2ecea3c547d9f1aa377bc1
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/16769c877b11505ddb2ecea3c547d9f1aa377bc1
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  -----------
  More comments.


  Commit: 651e986861dfb13bee3eff39ec3e91d6cec2ae65
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/651e986861dfb13bee3eff39ec3e91d6cec2ae65
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

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

  Log Message:
  -----------
  Merge pull request #120 from jglick/CleanGroovyClassLoader-JENKINS-43019

[JENKINS-43019] Suppressing GroovyClassLoader.InnerLoader fixes stuff


  Commit: 7ad28a8e80f5b7c947e5af6068a5140fc5d53905
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/7ad28a8e80f5b7c947e5af6068a5140fc5d53905
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

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

  Log Message:
  -----------
  Merge branch 'master' into timings


  Commit: 2bc28b45f566c7c46eee8494bd38e5b92cf4a3fa
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/2bc28b45f566c7c46eee8494bd38e5b92cf4a3fa
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release workflow-cps-2.30


  Commit: 590ba48ee0b61a05fc71674e623a94bd47647eb8
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/590ba48ee0b61a05fc71674e623a94bd47647eb8
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: a3a2c8bee2f27623c58e84f3deaa770c2c9a488e
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/a3a2c8bee2f27623c58e84f3deaa770c2c9a488e
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' into timings


  Commit: 7ecef0a4f534793d67cc65a9f04c9a94829aa565
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/7ecef0a4f534793d67cc65a9f04c9a94829aa565
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

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

  Log Message:
  -----------
  Inadvertently disabled TimingLoader during merge.


  Commit: 68990e6a0ee33a15f345aa774c446a0d016da466
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/68990e6a0ee33a15f345aa774c446a0d016da466
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

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

  Log Message:
  -----------
  FindBugs


  Commit: 3687c1760565bd5a74757e33f968b82afc3b3c91
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/3687c1760565bd5a74757e33f968b82afc3b3c91
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java

  Log Message:
  -----------
  Delete program.dat at the end of a build.


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

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java

  Log Message:
  -----------
  Merge pull request #121 from jglick/delete-program.dat

Delete program.dat at the end of a build


  Commit: 0c4ce2338f01b02a3a0236057b0c7a7753275575
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/0c4ce2338f01b02a3a0236057b0c7a7753275575
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java

  Log Message:
  -----------
  Merge branch 'master' into timings


  Commit: a15a18ff1543312fbc2e71edf9becbd9cce9b9a3
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/a15a18ff1543312fbc2e71edf9becbd9cce9b9a3
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

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

  Log Message:
  -----------
  PipelineTimings might have thrown an NPE for builds created prior to update.


  Commit: a833526ab3edf79288e7bfda4af2ddc86cc741b2
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/a833526ab3edf79288e7bfda4af2ddc86cc741b2
  Author: Jesse Glick <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    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/CpsThreadGroup.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsVmExecutorService.java
    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 pull request #93 from jglick/timings

Record timing information for internal processes


  Commit: 430807ebf46a46d18c5654219644e7cd1fdf02fe
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/430807ebf46a46d18c5654219644e7cd1fdf02fe
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  -----------
  Demonstrating that ConfigSlurper can lead to memory leaks but evaluate does 
not.


  Commit: 66f27532e34195e4883caaefdec591ded2022500
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/66f27532e34195e4883caaefdec591ded2022500
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  -----------
  Merge pull request #122 from jglick/doNotUseConfigSlurper

Demonstrating that ConfigSlurper can lead to memory leaks but evaluate does not


  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: 549ae9bdcc83289c0af71db5cc9ed67878b6a6eb
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/549ae9bdcc83289c0af71db5cc9ed67878b6a6eb
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-09 (Tue, 09 May 2017)

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

  Log Message:
  -----------
  [JENKINS-43934] Flatten GString’s found in step arguments, even when present 
in nested collections.


  Commit: ef0d963f6d48101a87d69a34644495e075bffd8d
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/ef0d963f6d48101a87d69a34644495e075bffd8d
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-09 (Tue, 09 May 2017)

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

  Log Message:
  -----------
  Merge pull request #123 from jglick/flattenGString

[JENKINS-43934] Flatten GString’s found in step arguments, even when present in 
nested collections


  Commit: ab9a154de1f91c6b99b75c577898079950ed3ac1
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/ab9a154de1f91c6b99b75c577898079950ed3ac1
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThread.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/cps/GroovyClassLoaderWhitelist.java
    M src/test/java/org/jenkinsci/plugins/workflow/SerializationTest.java

  Log Message:
  -----------
  [JENKINS-26481] Prototype of using GroovyCategorySupport to invoke 
CpsDefaultGroovyMethods without hacks like DGMPatcher.


  Commit: ee845109789193b4fed6640e8ec1977238e976f3
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/ee845109789193b4fed6640e8ec1977238e976f3
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThread.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/cps/persistence/IteratorHack.java
    M src/test/java/org/jenkinsci/plugins/workflow/SerializationTest.java

  Log Message:
  -----------
  [JENKINS-27421] Categories also seem to provide a far simpler way to work 
around unserializable iterators, map entries, etc.


  Commit: 76ec12acce64d5e9ed7a85fb9a2c9efa2ce5417d
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/76ec12acce64d5e9ed7a85fb9a2c9efa2ce5417d
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Picking up https://github.com/cloudbees/groovy-cps/pull/53 to fix problems 
with nested parsing.


  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: ce087e22dd57d1b3aa87a493cf7469b160364138
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/ce087e22dd57d1b3aa87a493cf7469b160364138
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThread.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsWhitelist.java
    M src/test/java/org/jenkinsci/plugins/workflow/SerializationTest.java

  Log Message:
  -----------
  Picking up work from 
https://github.com/cloudbees/groovy-cps-dgm-builder/pull/4.


  Commit: a7517f89bf9c80260b823d054a759e54170267e2
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/a7517f89bf9c80260b823d054a759e54170267e2
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  -----------
  [JENKINS-43055] Improve diagnostics to include a stack trace.


  Commit: 2403513d25ff48eec897bd6c75e33f452ed0177b
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/2403513d25ff48eec897bd6c75e33f452ed0177b
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Redeployed snapshot, to the right repository this time.


  Commit: 56edbee6b0802773646ac82582f9843764bded7f
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/56edbee6b0802773646ac82582f9843764bded7f
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  -----------
  The sandbox was not being applied.


  Commit: 4f060027046927785104326d9775100cebc1f211
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/4f060027046927785104326d9775100cebc1f211
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    R .mvn_exec_node
    A .mvn_exec_yarn
    M pom.xml
    A yarn.lock

  Log Message:
  -----------
  Using yarn.


  Commit: 39d9382d3eb27439cfa2d0010243c299ec19d070
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/39d9382d3eb27439cfa2d0010243c299ec19d070
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  -----------
  As of jenkins-test-harness 2.20 subversion is not loaded implicitly.


  Commit: a76de826c1d4b145ef48bf2ae3c9e2476a9a4579
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/a76de826c1d4b145ef48bf2ae3c9e2476a9a4579
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M yarn.lock

  Log Message:
  -----------
  Using the Jenkins Artifactory mirror.


  Commit: 71086ad13efde65c5baa623cc6dabe29bf947956
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/71086ad13efde65c5baa623cc6dabe29bf947956
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Pick up https://github.com/jenkinsci/plugin-pom/pull/63.


  Commit: 457c0ec17b09ec2d3cae6fdee08d3346289e1291
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/457c0ec17b09ec2d3cae6fdee08d3346289e1291
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  -----------
  Merge pull request #125 from jglick/diag-JENKINS-43055

[JENKINS-43055] Improve diagnostics to include a stack trace


  Commit: 312742207cb67b8bd0219a633a4bb7e9d3d7b541
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/312742207cb67b8bd0219a633a4bb7e9d3d7b541
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Now on https://github.com/cloudbees/groovy-cps/pull/56.


  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: 3d0c755d2ae780dbcb88e744ef8e2772123b2fcb
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/3d0c755d2ae780dbcb88e744ef8e2772123b2fcb
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Updated.


  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: 5f871a45f47857e01fc8b80f5ff70447e20b8b1b
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/5f871a45f47857e01fc8b80f5ff70447e20b8b1b
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    R .mvn_exec_node
    A .mvn_exec_yarn
    M pom.xml
    A yarn.lock

  Log Message:
  -----------
  Merge pull request #128 from jglick/yarn

[INFRA-1139] Using yarn


  Commit: 75190ef0de732896c82d954e237fd22d7c4e3619
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/75190ef0de732896c82d954e237fd22d7c4e3619
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  -----------
  Merge branch 'master' into yarn+cache


  Commit: c759f36ecdb31987547111e83e77d2f2b040c701
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/c759f36ecdb31987547111e83e77d2f2b040c701
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    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

  Log Message:
  -----------
  [JENKINS-43934] Verifying that flattening logic also works for symbols—we do 
not need to explicitly traverse UninstantiatedDescribable.


  Commit: 7d10433b75d363106db9725976c3903ab4cd767e
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/7d10433b75d363106db9725976c3903ab4cd767e
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  -----------
  Deprecation warnings.


  Commit: 7101f717d0027528e3ff70b4c157258e17423f9e
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/7101f717d0027528e3ff70b4c157258e17423f9e
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    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

  Log Message:
  -----------
  Merge pull request #131 from jglick/extra-test-JENKINS-43934

Extra test for JENKINS-43934


  Commit: 64833d3244f67f6b50ad33492108cbab5b3bfdc1
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/64833d3244f67f6b50ad33492108cbab5b3bfdc1
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    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

  Log Message:
  -----------
  Merge branch 'master' into yarn+cache


  Commit: 3d025cf75037d0f00eb5eeb3c8d891bbf1d1a680
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/3d025cf75037d0f00eb5eeb3c8d891bbf1d1a680
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Updated.


  Commit: 7ef9a863acfa228a86b1bf92aba47f64c5666f57
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/7ef9a863acfa228a86b1bf92aba47f64c5666f57
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  2.29 released.


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

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #129 from jglick/yarn+cache

Yarn with caching


  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


  Commit: 204ac01e0091691f9be1a9de35c4c2ffeb701112
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/204ac01e0091691f9be1a9de35c4c2ffeb701112
  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/nodes/StepDescriptorCache.java

  Log Message:
  -----------
  Fix for case where StepDescriptorCache breaks when the StepDescriptor was 
removed


  Commit: 3890d3e34156c5f645bedb4831d5cb5df3d81d1a
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/3890d3e34156c5f645bedb4831d5cb5df3d81d1a
  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/nodes/StepDescriptorCache.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/nodes/StepDescriptorCacheTest.java

  Log Message:
  -----------
  Test and fix for JENKINS-44406 where StepDescriptorCache has NPE with removed 
StepDescriptor


  Commit: 9cfc8068c023f05979ddc6fb2746d76b06328005
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/9cfc8068c023f05979ddc6fb2746d76b06328005
  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/nodes/StepDescriptorCache.java

  Log Message:
  -----------
  Modify implementation of StepDescriptorCache to pacify reviewers


  Commit: 1634defd08576edf5d340a658d3ba37f1c66004b
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/1634defd08576edf5d340a658d3ba37f1c66004b
  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/nodes/StepDescriptorCache.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/nodes/StepDescriptorCacheTest.java

  Log Message:
  -----------
  Merge pull request #133 from svanoort/fix-null-stepdescriptorcache

Fix StepDescriptorCache handling of null StepDescriptor lookup [JENKINS-44406]


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

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release workflow-cps-2.31


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

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 2f6c0ecb237a86af34b2cbd5fbbdb546b8327e27
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/2f6c0ecb237a86af34b2cbd5fbbdb546b8327e27
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Updated.


  Commit: 843aebb852077c4cd605df5d329ab3d5fa8634e3
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/843aebb852077c4cd605df5d329ab3d5fa8634e3
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    R .mvn_exec_node
    A .mvn_exec_yarn
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
    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/nodes/StepDescriptorCache.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStep.java
    R src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java
    A 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
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/nodes/StepDescriptorCacheTest.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 branch 'master' into GroovyCategorySupport-JENKINS-26481


  Commit: 88ab43ffc70830472caecd61a02cf3e51b478171
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/88ab43ffc70830472caecd61a02cf3e51b478171
  Author: Artem Fedorov <[email protected]>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  update structs version


  Commit: 51fc587ea6a6f028f1602ee05bbaa8ec8044f720
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/51fc587ea6a6f028f1602ee05bbaa8ec8044f720
  Author: Artem Fedorov <[email protected]>
  Date:   2017-05-23 (Tue, 23 May 2017)

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

  Log Message:
  -----------
  refactor: using commons utils


  Commit: a21eb417423babc101a619e61edd0ea2c1a2cb66
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/a21eb417423babc101a619e61edd0ea2c1a2cb66
  Author: Artem Fedorov <[email protected]>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    R .mvn_exec_node
    A .mvn_exec_yarn
    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/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/nodes/StepDescriptorCache.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStep.java
    M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scriptPath.html
    R src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinitionValidatorTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java
    A 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
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/nodes/StepDescriptorCacheTest.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 https://github.com/jenkinsci/workflow-cps-plugin into 
fix-supporting-java-standard-types


  Commit: ff0d5bb9d849f40a0dbc6ea8379de3cbf558f7ce
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/ff0d5bb9d849f40a0dbc6ea8379de3cbf558f7ce
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  InjectedTest failure.


  Commit: 0b1a8ccf87c13b71327972f284f35e37e84f2642
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/0b1a8ccf87c13b71327972f284f35e37e84f2642
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/workflow/cps/persistence/IteratorHack.java
    M src/test/java/org/jenkinsci/plugins/workflow/SerializationTest.java

  Log Message:
  -----------
  Fleshing out IteratorHack.


  Commit: da7f1494e53311af05dcd1e69927d8577a23bcff
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/da7f1494e53311af05dcd1e69927d8577a23bcff
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/workflow/SerializationTest.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/persistence/IteratorHackTest.java

  Log Message:
  -----------
  Separating tests for IteratorHack into its own suite for clarity.


  Commit: bb70ddbf169714bcaf663cffb5499da200290cee
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/bb70ddbf169714bcaf663cffb5499da200290cee
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsWhitelist.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/cps/GroovyClassLoaderWhitelist.java
    M src/test/java/org/jenkinsci/plugins/workflow/SerializationTest.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/cps/persistence/IteratorHackTest.java

  Log Message:
  -----------
  Cleaning up whitelist logic related to CpsDefaultGroovyMethods.


  Commit: cfa054f2e58d353529d173403461e8f7a292b115
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/cfa054f2e58d353529d173403461e8f7a292b115
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-23 (Tue, 23 May 2017)

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

  Log Message:
  -----------
  writeChild could throw an NPE if timings was still null when the execution 
was saved.


  Commit: 341c45e36bcc663b6d5e4fe8555a6243de22e4ff
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/341c45e36bcc663b6d5e4fe8555a6243de22e4ff
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-23 (Tue, 23 May 2017)

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

  Log Message:
  -----------
  LibraryAdderTest.loaderReleased caught a leak caused by failure to traverse 
TimingLoader.


  Commit: 162ac83bd5016c706e701d94fd3582823e618660
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/162ac83bd5016c706e701d94fd3582823e618660
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  InjectedTest failure.
(cherry picked from commit ff0d5bb9d849f40a0dbc6ea8379de3cbf558f7ce)


  Commit: 9f61845b802b777dd0918d1a54c5e86efb9e55b1
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/9f61845b802b777dd0918d1a54c5e86efb9e55b1
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge branch 'InjectedTest' into TimingLoader-leak


  Commit: 241b4b9db066212ed304914d666826679374c24a
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/241b4b9db066212ed304914d666826679374c24a
  Author: Artem Fedorov <[email protected]>
  Date:   2017-05-24 (Wed, 24 May 2017)

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

  Log Message:
  -----------
  Revert "refactor: using commons utils"

This reverts commit 51fc587ea6a6f028f1602ee05bbaa8ec8044f720.


  Commit: ce12821e433fe1d1d23d0a9d66decd555d9a21e0
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/ce12821e433fe1d1d23d0a9d66decd555d9a21e0
  Author: Artem Fedorov <[email protected]>
  Date:   2017-05-24 (Wed, 24 May 2017)

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

  Log Message:
  -----------
  add test with dependecy on `structs`


  Commit: b5343636ebdcb5da3b1a2d1be6ce6afb128cb258
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/b5343636ebdcb5da3b1a2d1be6ce6afb128cb258
  Author: Andrew Bayer <[email protected]>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
    M pom.xml
    M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/EchoResultStep.java

  Log Message:
  -----------
  [JENKINS-34464] Bump structs version, add test for result roundtrip


  Commit: a3434ddbbdc2be60965e2c6aca7ae2e97fd0d49a
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/a3434ddbbdc2be60965e2c6aca7ae2e97fd0d49a
  Author: Andrew Bayer <[email protected]>
  Date:   2017-05-24 (Wed, 24 May 2017)

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

  Log Message:
  -----------
  Add support for GraphListener as ExtensionPoint


  Commit: ed2992e6a94852e0df4ba128c123a8d947971c58
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/ed2992e6a94852e0df4ba128c123a8d947971c58
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-24 (Wed, 24 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

  Log Message:
  -----------
  Merge pull request #134 from jglick/TimingLoader-leak

TimingLoader leak


  Commit: c3267d5b8f4b4330026331bf6741f5c3d9ba3fab
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/c3267d5b8f4b4330026331bf6741f5c3d9ba3fab
  Author: Andrew Bayer <[email protected]>
  Date:   2017-05-24 (Wed, 24 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

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into jenkins-34464


  Commit: b84f7b9dfa3698b5c2fa6f7f39597cc9d91db88d
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/b84f7b9dfa3698b5c2fa6f7f39597cc9d91db88d
  Author: Andrew Bayer <[email protected]>
  Date:   2017-05-24 (Wed, 24 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

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into 
graphlistener-as-extensionpoint


  Commit: 4dbe83919765deea0cd484aa34511f90e54a75a0
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/4dbe83919765deea0cd484aa34511f90e54a75a0
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release workflow-cps-2.32


  Commit: 57e8e515092e01cadaa9b246193e1b036cf605f4
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/57e8e515092e01cadaa9b246193e1b036cf605f4
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 8898fa907f78b7b780bf4149d50e2b760e1e9b7b
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/8898fa907f78b7b780bf4149d50e2b760e1e9b7b
  Author: Andrew Bayer <[email protected]>
  Date:   2017-05-25 (Thu, 25 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Rebuilt, redeployed structs


  Commit: 0adc311bca17a874c31f1f843e36872c41874402
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/0adc311bca17a874c31f1f843e36872c41874402
  Author: Andrew Bayer <[email protected]>
  Date:   2017-05-25 (Thu, 25 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Switch to structs 1.7 release


  Commit: 21e1ef16c7fe13532adf8002023c4164c1fe4a62
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/21e1ef16c7fe13532adf8002023c4164c1fe4a62
  Author: Andrew Bayer <[email protected]>
  Date:   2017-05-25 (Thu, 25 May 2017)

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

  Log Message:
  -----------
  Merge pull request #137 from abayer/graphlistener-as-extensionpoint

Add support for GraphListener as ExtensionPoint


  Commit: 448fe7a6d701f21c5b43a9cb8dd880edd6f9b0ad
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/448fe7a6d701f21c5b43a9cb8dd880edd6f9b0ad
  Author: Andrew Bayer <[email protected]>
  Date:   2017-05-25 (Thu, 25 May 2017)

  Changed paths:
    M pom.xml
    M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/EchoResultStep.java

  Log Message:
  -----------
  Merge pull request #136 from abayer/jenkins-34464

[JENKINS-34464] Bump structs version, add test for result roundtrip


  Commit: 27ea9db7629abfadf86556e11c1ef60e98e857de
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/27ea9db7629abfadf86556e11c1ef60e98e857de
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-25 (Thu, 25 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Picking up a newer version of git so as to avoid a noisy linkage error coming 
from GitSCMTest.


  Commit: a486e7c838c343421503ead5f272653a12294f78
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/a486e7c838c343421503ead5f272653a12294f78
  Author: Artem Fedorov <[email protected]>
  Date:   2017-05-26 (Fri, 26 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/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/EchoResultStep.java

  Log Message:
  -----------
  Merge https://github.com/jenkinsci/workflow-cps-plugin into 
fix-supporting-java-standard-types


  Commit: 7ed2374a89d44c1a84389b3dd8ed1d06d4e8f975
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/7ed2374a89d44c1a84389b3dd8ed1d06d4e8f975
  Author: Artem Fedorov <[email protected]>
  Date:   2017-05-26 (Fri, 26 May 2017)

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

  Log Message:
  -----------
  add integration test


  Commit: e3bad4b3494d67e67ba905fd2df913f61cb7d3cc
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/e3bad4b3494d67e67ba905fd2df913f61cb7d3cc
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #138 from jglick/deps

Picking up a newer version of git so as to avoid a noisy linkage error


  Commit: b48af161645f3a8d37c9d1219d5e65b94b5628bf
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/b48af161645f3a8d37c9d1219d5e65b94b5628bf
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java

  Log Message:
  -----------
  Merge pull request #116 from artem-fedorov/fix-supporting-java-standard-types

[JENKINS-31967] Specifying decimal numbers for JUnit health factor in Pipeline 
snippets results in invalid code


  Commit: de716ee112626c575108e28d45d5f79eecf429cc
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/de716ee112626c575108e28d45d5f79eecf429cc
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-30 (Tue, 30 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/Snippetizer.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/EchoResultStep.java

  Log Message:
  -----------
  Merge branch 'master' into GroovyCategorySupport-JENKINS-26481


  Commit: eb0ad8fdb173f40880559d80b4e9648c011d0bdb
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/eb0ad8fdb173f40880559d80b4e9648c011d0bdb
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  workflow-api 2.16


  Commit: 3ec591db4bca053eb70534a92583dcd5b52bf6e5
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/3ec591db4bca053eb70534a92583dcd5b52bf6e5
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThread.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsWhitelist.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/cps/GroovyClassLoaderWhitelist.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/SandboxContinuable.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/cps/persistence/IteratorHack.java
    M src/test/java/org/jenkinsci/plugins/workflow/SerializationTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/cps/persistence/IteratorHackTest.java

  Log Message:
  -----------
  Merge pull request #124 from jglick/GroovyCategorySupport-JENKINS-26481

[JENKINS-26481] [JENKINS-27421] Use GroovyCategorySupport to invoke 
CpsDefaultGroovyMethods (w/o DGMPatcher) & IteratorHack


  Commit: 96dedeec0a2f7bba9ae991b2823aff9e58639362
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/96dedeec0a2f7bba9ae991b2823aff9e58639362
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release workflow-cps-2.33


  Commit: 875d2bc36582323ed8afdc2e3d7fed4a13188dc4
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/875d2bc36582323ed8afdc2e3d7fed4a13188dc4
  Author: Jesse Glick <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 865ee2a822a20e0076f016a1815ce1e8a66e7793
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/865ee2a822a20e0076f016a1815ce1e8a66e7793
  Author: Jesse Glick <[email protected]>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Pick up https://github.com/cloudbees/groovy-cps/pull/59.


  Commit: 7badc2ce38955602a91f3581005ffd7a8ca1fd2f
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/7badc2ce38955602a91f3581005ffd7a8ca1fd2f
  Author: Jesse Glick <[email protected]>
  Date:   2017-06-03 (Sat, 03 Jun 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  groovy-cps 1.14


  Commit: 0595328fc0ba6fc8743ea67937c6da2386156d6e
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/0595328fc0ba6fc8743ea67937c6da2386156d6e
  Author: Jesse Glick <[email protected]>
  Date:   2017-06-03 (Sat, 03 Jun 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #140 from jglick/StackOverflowError-JENKINS-44578

[JENKINS-44578] Use native CpsTransformer


  Commit: e2b4262a03c6e9eed626a2ce0cc991a411c8db90
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/e2b4262a03c6e9eed626a2ce0cc991a411c8db90
  Author: Jesse Glick <[email protected]>
  Date:   2017-06-03 (Sat, 03 Jun 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release workflow-cps-2.34


  Commit: c69e3862bf26ac122dbc26345f1bb73b906c6824
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/c69e3862bf26ac122dbc26345f1bb73b906c6824
  Author: Jesse Glick <[email protected]>
  Date:   2017-06-03 (Sat, 03 Jun 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/af2aec2bc46e...c69e3862bf26

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