Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 91a205e1d90d69914ee843e14779bc68508edea5
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/91a205e1d90d69914ee843e14779bc68508edea5
  Author: Jesse Glick <[email protected]>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

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

  Log Message:
  -----------
  [JENKINS-25736] Ported @kohsuke’s 
https://github.com/jenkinsci/pipeline-plugin/pull/195.


  Commit: b789f685fbb98d477bc4d01d05d26486dd0522fb
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/b789f685fbb98d477bc4d01d05d26486dd0522fb
  Author: Jesse Glick <[email protected]>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

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

  Log Message:
  -----------
  Cleaned up test a bit.


  Commit: 8e430be9e43f6fce79dd92a70748707924de8a0f
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/8e430be9e43f6fce79dd92a70748707924de8a0f
  Author: Jesse Glick <[email protected]>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

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

  Log Message:
  -----------
  Does not currently survive a restart, it seems.


  Commit: 32d5b2f2ea7e335b61cd362c2cd6cc5deac04514
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/32d5b2f2ea7e335b61cd362c2cd6cc5deac04514
  Author: Jesse Glick <[email protected]>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

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

  Log Message:
  -----------
  Incorrect resumption value.


  Commit: 47469778c0203d4ba6eab946a51a0ac9e2a7cb8a
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/47469778c0203d4ba6eab946a51a0ac9e2a7cb8a
  Author: Jesse Glick <[email protected]>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

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

  Log Message:
  -----------
  Lack of a program save as part of CpsThreadGroup.scheduleRun when paused 
meant that a return value from a StepContext.onSuccess could be lost.


  Commit: c46fe027ff59b0cdac2bdea16da9983fa43fe5a0
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/c46fe027ff59b0cdac2bdea16da9983fa43fe5a0
  Author: Jesse Glick <[email protected]>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

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

  Log Message:
  -----------
  [FIXED JENKINS-32015] Consider the program temporarily paused if Jenkins is 
quieting down.


  Commit: a0c2107185c5af3380a5e3ae1aac7b4245cbaf55
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/a0c2107185c5af3380a5e3ae1aac7b4245cbaf55
  Author: Jesse Glick <[email protected]>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

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

  Log Message:
  -----------
  Checking isPaused() more thoroughly.


  Commit: 62ea4bd8707d479ba179032f2d746c02c642c075
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/62ea4bd8707d479ba179032f2d746c02c642c075
  Author: Jesse Glick <[email protected]>
  Date:   2016-07-12 (Tue, 12 Jul 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadDumpAction.java
    A src/main/java/org/jenkinsci/plugins/workflow/cps/PauseUnpauseAction.java
    A src/main/java/org/jenkinsci/plugins/workflow/cps/RunningFlowActions.java
    A 
src/main/resources/org/jenkinsci/plugins/workflow/cps/PauseUnpauseAction/action.jelly
    A src/main/webapp/images/24x24/README.md
    A src/main/webapp/images/24x24/pause.png
    A src/main/webapp/images/24x24/play.png

  Log Message:
  -----------
  Provide a UI for pausing or unpausing a build.


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

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/PauseUnpauseAction.java
    M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/PauseUnpauseAction/action.jelly
    R src/main/webapp/images/24x24/play.png

  Log Message:
  -----------
  Since the sidebar and context menu do not refresh dynamically, it is better 
to have a single UI for toggling pause/resume.


  Commit: 76e592ec49b5976f1657b6ac928be3292d1df328
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/76e592ec49b5976f1657b6ac928be3292d1df328
  Author: Jesse Glick <[email protected]>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

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

  Log Message:
  -----------
  Merge branch 'master' into pause-JENKINS-25736


  Commit: 7f48c4c5d9b1bc84244fdad7290f2a7a58b30438
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/7f48c4c5d9b1bc84244fdad7290f2a7a58b30438
  Author: Jesse Glick <[email protected]>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

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

  Log Message:
  -----------
  Enforcing access check before toggling pause state. Item.CANCEL seems like a 
reasonable choice.


  Commit: 34b9b0f4bdf6ed6a599b7000092a02c5cd8ee695
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/34b9b0f4bdf6ed6a599b7000092a02c5cd8ee695
  Author: Jesse Glick <[email protected]>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

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

  Log Message:
  -----------
  Moving test to the same package as the tested class.


  Commit: e936fb8890a97b19817880eb1c7231b97c73d248
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/e936fb8890a97b19817880eb1c7231b97c73d248
  Author: Jesse Glick <[email protected]>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadDumpAction.java
    M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
    A src/main/java/org/jenkinsci/plugins/workflow/cps/PauseUnpauseAction.java
    A src/main/java/org/jenkinsci/plugins/workflow/cps/RunningFlowActions.java
    A 
src/main/resources/org/jenkinsci/plugins/workflow/cps/PauseUnpauseAction/action.jelly
    A src/main/webapp/images/24x24/README.md
    A src/main/webapp/images/24x24/pause.png
    R src/test/java/org/jenkinsci/plugins/workflow/CpsFlowExecutionTest.java
    A src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java

  Log Message:
  -----------
  Merge pull request #32 from jglick/pause-JENKINS-25736

[JENKINS-25736] Ability to pause a running flow


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/3d74d43ade53...e936fb8890a9

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