Skip to content

Releases: jenkinsci/workflow-job-plugin

1540.v295eccc9778f

27 Jun 15:17
295eccc
Compare
Choose a tag to compare

🐛 Bug fixes

  • Avoid reëntrant call to getExecution from isInProgress (#544) @jglick

1537.v66038d35fc76

16 Jun 21:47
66038d3
Compare
Choose a tag to compare

🐛 Bug fixes

  • Option to not null out WorkflowRun.execution if there are loading errors (#522) @jglick

1532.va_9a_d244074a_3

30 May 17:22
a9ad244
Compare
Choose a tag to compare

🐛 Bug fixes

  • Export WorkflowJob.disabled from REST API (#538) @jglick

🚦 Tests

📦 Dependency updates

1520.v56d65e3b_4566

15 Apr 16:46
56d65e3
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix a deadlock between WorkflowRun#save and WorkflowRun#reload (#523) @Vlatombe

👻 Maintenance

📦 Dependency updates

1508.v9cb_c3a_a_89dfd

26 Mar 16:54
9cbc3aa
Compare
Choose a tag to compare

🚀 New features and improvements

1506.v77f78a_b_8cc5e

23 Mar 04:03
77f78ab
Compare
Choose a tag to compare

👻 Maintenance

1505.vea_4b_20a_4a_495

07 Feb 23:35
ea4b20a
Compare
Choose a tag to compare

🐛 Bug fixes

  • WorkflowRun.reload must call super.onLoad (#510) @jglick

1500.v29502eb_5182e

07 Feb 17:15
29502eb
Compare
Choose a tag to compare

👻 Maintenance

  • Migrate from EE 8 to EE 9 in Jelly view (#509) @basil

📦 Dependency updates

  • Bump io.jenkins.tools.bom:bom-2.479.x from 3482.vc10d4f6da_28a_ to 4023.va_eeb_b_4e45f07 (#506) @dependabot[bot]

1498.v33a_0c6f3a_4b_4

17 Jan 19:36
33a0c6f
Compare
Choose a tag to compare

🐛 Bug fixes

  • Remove synchronization from WorkflowRun.doStop (#503) @jglick

1496.v5b_18defc07f2

15 Jan 00:48
5b18def
Compare
Choose a tag to compare

👷 Changes for plugin developers

  • Implementing FlowExecutionOwner.getExternalizableId (#499) @jglick