Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-job-plugin
Commit: 647ab12d4836a3e85f9b8cfda3207c69c5c20c9b
https://github.com/jenkinsci/workflow-job-plugin/commit/647ab12d4836a3e85f9b8cfda3207c69c5c20c9b
Author: Sam Van Oort <[email protected]>
Date: 2017-09-28 (Thu, 28 Sep 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
A
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DisableResumeJobProperty.java
A
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DisableResumeProperty/config-details.jelly
Log Message:
-----------
Support WorkflowJobs that can't resume after restart
Commit: 478050956635b4a8350c1552dab233d8a6729d22
https://github.com/jenkinsci/workflow-job-plugin/commit/478050956635b4a8350c1552dab233d8a6729d22
Author: Sam Van Oort <[email protected]>
Date: 2017-09-28 (Thu, 28 Sep 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunRestartTest.java
Log Message:
-----------
Make resuming a disabled pipeline fail and add basic test
Commit: 9b5ea7dc5a47fe4c2aeff71dccc7f84975981324
https://github.com/jenkinsci/workflow-job-plugin/commit/9b5ea7dc5a47fe4c2aeff71dccc7f84975981324
Author: Sam Van Oort <[email protected]>
Date: 2017-09-28 (Thu, 28 Sep 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunRestartTest.java
Log Message:
-----------
Rather hacky but more or less function kill of the run upon load when resume
is disabled
Commit: 52538b9482cb7473bf26c5c9f789c77ff82719f6
https://github.com/jenkinsci/workflow-job-plugin/commit/52538b9482cb7473bf26c5c9f789c77ff82719f6
Author: Sam Van Oort <[email protected]>
Date: 2017-10-05 (Thu, 05 Oct 2017)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
Log Message:
-----------
Pass durability hint to FlowDefinition if resume is off
Commit: bb7f5bc509fd3b5928f41e1502348c91b6ca9a19
https://github.com/jenkinsci/workflow-job-plugin/commit/bb7f5bc509fd3b5928f41e1502348c91b6ca9a19
Author: Sam Van Oort <[email protected]>
Date: 2017-10-05 (Thu, 05 Oct 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
A
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintProperty.java
Log Message:
-----------
Add a durability hint property
Commit: 49be2d982cfeba44314ad943934afd43cc3b0cd6
https://github.com/jenkinsci/workflow-job-plugin/commit/49be2d982cfeba44314ad943934afd43cc3b0cd6
Author: Sam Van Oort <[email protected]>
Date: 2017-10-05 (Thu, 05 Oct 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Custom version and fix enforcer griping
Commit: 9ff42bf636d696c83fcb4cccdf37ecd2b977497d
https://github.com/jenkinsci/workflow-job-plugin/commit/9ff42bf636d696c83fcb4cccdf37ecd2b977497d
Author: Sam Van Oort <[email protected]>
Date: 2017-10-05 (Thu, 05 Oct 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
A
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty.java
R
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintProperty.java
A
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DisableResumeJobProperty/config-details.jelly
R
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DisableResumeProperty/config-details.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/config-details.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/help.html
Log Message:
-----------
Rename durability hint, fix jelly for DisableResumeJobProperty, start jelly
for DurabilityHintJobProperty
Commit: cfe44af4b1f543a12408eeacb40a02dcae8a54ca
https://github.com/jenkinsci/workflow-job-plugin/commit/cfe44af4b1f543a12408eeacb40a02dcae8a54ca
Author: Sam Van Oort <[email protected]>
Date: 2017-10-05 (Thu, 05 Oct 2017)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty.java
M
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/config-details.jelly
Log Message:
-----------
UI for selecting DurabilityHint property values
Commit: f931b32455b13bde14507c34bc317b25f0f32762
https://github.com/jenkinsci/workflow-job-plugin/commit/f931b32455b13bde14507c34bc317b25f0f32762
Author: Sam Van Oort <[email protected]>
Date: 2017-10-05 (Thu, 05 Oct 2017)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/config-details.jelly
Log Message:
-----------
Clean up Jelly and use descriptions for durability hints
Commit: 3058aab8aeaf73b0879e52c39574f61b2240f46c
https://github.com/jenkinsci/workflow-job-plugin/commit/3058aab8aeaf73b0879e52c39574f61b2240f46c
Author: Sam Van Oort <[email protected]>
Date: 2017-10-06 (Fri, 06 Oct 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
Log Message:
-----------
Pacify findbugs wrt assignment mutating the run's execution
Commit: deb11e883d3bfccb01dfbd0d1f6d3ce744413f45
https://github.com/jenkinsci/workflow-job-plugin/commit/deb11e883d3bfccb01dfbd0d1f6d3ce744413f45
Author: Sam Van Oort <[email protected]>
Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Pom fixups
Commit: 84c8de95cefc39e3e3540bc7afd331836c6f1b05
https://github.com/jenkinsci/workflow-job-plugin/commit/84c8de95cefc39e3e3540bc7afd331836c6f1b05
Author: Sam Van Oort <[email protected]>
Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/help.html
Log Message:
-----------
Housekeeping
Commit: 268217a65fbfb69d84b67526b6f1269835307afb
https://github.com/jenkinsci/workflow-job-plugin/commit/268217a65fbfb69d84b67526b6f1269835307afb
Author: Sam Van Oort <[email protected]>
Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/config-details.jelly
Log Message:
-----------
Fix UI
Commit: 3eaa635a5aed8dc57eeb5b8956c6ddf9f45a9e4f
https://github.com/jenkinsci/workflow-job-plugin/commit/3eaa635a5aed8dc57eeb5b8956c6ddf9f45a9e4f
Author: Sam Van Oort <[email protected]>
Date: 2017-11-29 (Wed, 29 Nov 2017)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty.java
Log Message:
-----------
Consume FlowDurabilityHint as extension point
Commit: 31b40797e0b03c93536f862e62f6ea6e51cda5eb
https://github.com/jenkinsci/workflow-job-plugin/commit/31b40797e0b03c93536f862e62f6ea6e51cda5eb
Author: Sam Van Oort <[email protected]>
Date: 2017-12-04 (Mon, 04 Dec 2017)
Changed paths:
M pom.xml
A
src/test/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintTest.java
Log Message:
-----------
Pull in WarExploder fix
Commit: 20a0f75b0c03b67b6d233dd15b5cffe134460256
https://github.com/jenkinsci/workflow-job-plugin/commit/20a0f75b0c03b67b6d233dd15b5cffe134460256
Author: Sam Van Oort <[email protected]>
Date: 2017-12-05 (Tue, 05 Dec 2017)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty.java
M
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/config-details.jelly
A
src/test/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobPropertyTest.java
R
src/test/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintTest.java
Log Message:
-----------
Fix the UI for setting Durability Hints as a job property
Commit: 6d277975d8fce12b53b2f39a16d4052cfdf15725
https://github.com/jenkinsci/workflow-job-plugin/commit/6d277975d8fce12b53b2f39a16d4052cfdf15725
Author: Sam Van Oort <[email protected]>
Date: 2017-12-07 (Thu, 07 Dec 2017)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty.java
M
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/config-details.jelly
M
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/help.html
M
src/test/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobPropertyTest.java
Log Message:
-----------
Switch back to enum for DurabilityHint, allow nonAtomic save of WorkflowRun
and some UI polish
Commit: e77095a14c34ddd2a72f47c49481ff131a7f0061
https://github.com/jenkinsci/workflow-job-plugin/commit/e77095a14c34ddd2a72f47c49481ff131a7f0061
Author: Sam Van Oort <[email protected]>
Date: 2017-12-07 (Thu, 07 Dec 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
Log Message:
-----------
Log pipeline durability level when run
Commit: dda241aa183224386e296191cd762e26b24fbd26
https://github.com/jenkinsci/workflow-job-plugin/commit/dda241aa183224386e296191cd762e26b24fbd26
Author: Sam Van Oort <[email protected]>
Date: 2017-12-07 (Thu, 07 Dec 2017)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobPropertyTest.java
Log Message:
-----------
Test verifies that job actually runs and sets right durability hint
Commit: 7496dcf9594d132c7f63971850542a79f9a23412
https://github.com/jenkinsci/workflow-job-plugin/commit/7496dcf9594d132c7f63971850542a79f9a23412
Author: Sam Van Oort <[email protected]>
Date: 2017-12-07 (Thu, 07 Dec 2017)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty.java
Log Message:
-----------
Cleanup
Commit: 9a23d25c1651c52e179f5715cb662b666d6cfcfd
https://github.com/jenkinsci/workflow-job-plugin/commit/9a23d25c1651c52e179f5715cb662b666d6cfcfd
Author: Sam Van Oort <[email protected]>
Date: 2017-12-11 (Mon, 11 Dec 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
Log Message:
-----------
Remove redundant save of the WorkflowRun just for log copy tasks
Commit: b0076f97ab8b7dc9fbd87cdfba1465ffc4d5e1ac
https://github.com/jenkinsci/workflow-job-plugin/commit/b0076f97ab8b7dc9fbd87cdfba1465ffc4d5e1ac
Author: Sam Van Oort <[email protected]>
Date: 2017-12-14 (Thu, 14 Dec 2017)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunRestartTest.java
Log Message:
-----------
Refactor resume disabled by shoving that logic into the FlowExecution
Commit: b1d35544df4627990b210968475979d2476cb526
https://github.com/jenkinsci/workflow-job-plugin/commit/b1d35544df4627990b210968475979d2476cb526
Author: Sam Van Oort <[email protected]>
Date: 2017-12-14 (Thu, 14 Dec 2017)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunRestartTest.java
Log Message:
-----------
Test fixes for refactor and partially toward disabled resume being OK
Commit: 59d94bb3e36e148c3c6cd31d339103b8eaf9da90
https://github.com/jenkinsci/workflow-job-plugin/commit/59d94bb3e36e148c3c6cd31d339103b8eaf9da90
Author: Sam Van Oort <[email protected]>
Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths:
M pom.xml
M
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunRestartTest.java
Log Message:
-----------
Test fix
Commit: ca8386e27ab55821b35f42442953ef2aef384947
https://github.com/jenkinsci/workflow-job-plugin/commit/ca8386e27ab55821b35f42442953ef2aef384947
Author: Sam Van Oort <[email protected]>
Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunRestartTest.java
Log Message:
-----------
Merge branch 'disable-pipeline-resume-JENKINS-33761-resume-off-refactor' into
disable-pipeline-resume-JENKINS-33761
Commit: f441632c8dfa79d99bff41e8ea81de521533fc2e
https://github.com/jenkinsci/workflow-job-plugin/commit/f441632c8dfa79d99bff41e8ea81de521533fc2e
Author: Sam Van Oort <[email protected]>
Date: 2017-12-19 (Tue, 19 Dec 2017)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DisableResumeJobProperty.java
M
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty.java
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
Log Message:
-----------
Take up the DurabilityHintProvider rather than FlowDefinition for retaining
durability settings per-job
Commit: c6120e6afa5e2a3f60d702b1b8e01087a3ac369c
https://github.com/jenkinsci/workflow-job-plugin/commit/c6120e6afa5e2a3f60d702b1b8e01087a3ac369c
Author: Sam Van Oort <[email protected]>
Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths:
M pom.xml
M
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/config-details.jelly
M
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/help.html
Log Message:
-----------
Update deps + update UI and help text
Commit: 34ccc5f69136c992c7cfe684d0fb784c98acf58b
https://github.com/jenkinsci/workflow-job-plugin/commit/34ccc5f69136c992c7cfe684d0fb784c98acf58b
Author: Sam Van Oort <[email protected]>
Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Use deployed snapshot
Commit: 06a7bdea8a95a230b44a2f75d12f9fa6603ef7b4
https://github.com/jenkinsci/workflow-job-plugin/commit/06a7bdea8a95a230b44a2f75d12f9fa6603ef7b4
Author: Sam Van Oort <[email protected]>
Date: 2017-12-21 (Thu, 21 Dec 2017)
Changed paths:
M .gitignore
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/AfterRestartTask.java
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M
src/main/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty.java
A
src/main/resources/org/jenkinsci/plugins/workflow/job/Messages_zh_CN.properties
A
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries_zh_CN.properties
A
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/main_zh_CN.properties
A
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/sidepanel_zh_CN.properties
A
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/sidepanel_zh_CN.properties
A
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config_zh_CN.properties
A
src/main/resources/org/jenkinsci/plugins/workflow/job/views/FlowGraphAction/index_zh_CN.properties
A
src/main/resources/org/jenkinsci/plugins/workflow/job/views/FlowGraphTableAction/index_zh_CN.properties
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
M
src/test/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobPropertyTest.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into
disable-pipeline-resume-JENKINS-33761
Commit: 376f1def5aeed791494d97a9aa20250b87391e28
https://github.com/jenkinsci/workflow-job-plugin/commit/376f1def5aeed791494d97a9aa20250b87391e28
Author: Sam Van Oort <[email protected]>
Date: 2017-12-21 (Thu, 21 Dec 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Pull in the released versions
Commit: 357b944fd8651c8d2a0f238cfbee5185e1c0eef3
https://github.com/jenkinsci/workflow-job-plugin/commit/357b944fd8651c8d2a0f238cfbee5185e1c0eef3
Author: Sam Van Oort <[email protected]>
Date: 2018-01-11 (Thu, 11 Jan 2018)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
Log Message:
-----------
Restore test sanity and avoid double-add of TimingAction
Commit: c3a1ff5dd092a8102a00128224d7f11236800025
https://github.com/jenkinsci/workflow-job-plugin/commit/c3a1ff5dd092a8102a00128224d7f11236800025
Author: Sam Van Oort <[email protected]>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Consume the newer fixes
Commit: 0c4393e272a2bcad4c39b14f15bc455d2ddaa8c4
https://github.com/jenkinsci/workflow-job-plugin/commit/0c4393e272a2bcad4c39b14f15bc455d2ddaa8c4
Author: Sam Van Oort <[email protected]>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
Log Message:
-----------
Silence the completely unhelpful memory leak test - rely on workflow-cps test
and scalability testing
Commit: 72eecff5f7bd98aa4e73368c31203c50b3e89149
https://github.com/jenkinsci/workflow-job-plugin/commit/72eecff5f7bd98aa4e73368c31203c50b3e89149
Author: Sam Van Oort <[email protected]>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M pom.xml
A src/test/java/org/jenkinsci/plugins/workflow/job/MemoryCleanupTest.java
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
Log Message:
-----------
Isolate memory test to separate fork so that it will not get test interference
Commit: 79ef74a48625aecd624dd0476a42f84dc26594a2
https://github.com/jenkinsci/workflow-job-plugin/commit/79ef74a48625aecd624dd0476a42f84dc26594a2
Author: Sam Van Oort <[email protected]>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Released versions
Commit: fe629db75b19140f75b137112452062a37ee043d
https://github.com/jenkinsci/workflow-job-plugin/commit/fe629db75b19140f75b137112452062a37ee043d
Author: Sam Van Oort <[email protected]>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
Log Message:
-----------
Cleanup import
Commit: 5d3b91a68514d74422cc4ec5bc67d99418d7962c
https://github.com/jenkinsci/workflow-job-plugin/commit/5d3b91a68514d74422cc4ec5bc67d99418d7962c
Author: Sam Van Oort <[email protected]>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
A
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DisableResumeJobProperty.java
A
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty.java
A
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DisableResumeJobProperty/config-details.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/config-details.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/help.html
A src/test/java/org/jenkinsci/plugins/workflow/job/MemoryCleanupTest.java
M
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunRestartTest.java
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
A
src/test/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobPropertyTest.java
Log Message:
-----------
Merge pull request #75 from svanoort/disable-pipeline-resume-JENKINS-33761
Provide job property for durability hints & add ability to disable pipeline
resume [JENKINS-33761]
Compare:
https://github.com/jenkinsci/workflow-job-plugin/compare/2dfc94ac80bc...5d3b91a68514
--
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.