Skip to content

Releases: jenkinsci/workflow-api-plugin

1219.v05cd837ea_249

26 Jun 13:35
05cd837

Choose a tag to compare

🐛 Bug fixes

  • Prevent ForkScanner from visiting nodes more than once in some cases for in-progress builds with nested parallelism (#287) @dwnusbaum

1215.v2b_ee3e1b_dd39

15 Jun 21:39
2bee3e1

Choose a tag to compare

🐛 Bug fixes

  • Prevent StackOverflowError in ErrorAction.isUnserializableError due to cyclic errors (#286) @dwnusbaum

1213.v646def1087f9

10 May 22:49
646def1

Choose a tag to compare

🐛 Bug fixes

  • Track identity of errors passed to ErrorAction to improve consistency of ErrorAction.findOrigin across restarts (#285) @dwnusbaum
  • Improve consistency of ErrorAction.findOrigin across Jenkins restarts (#284) @dwnusbaum

1208.v0cc7c6e0da_9e

19 Jan 14:41
0cc7c6e

Choose a tag to compare

👷 Changes for plugin developers

  • Deprecate StageAction & stop testing non-block-scoped stage (#274) @jglick

👻 Maintenance

  • Require Java 11 and update parent POM, BOM, and minimum supported Jenkins version (#273) @dwnusbaum

1200.v8005c684b_a_c6

17 Oct 13:03
8005c68

Choose a tag to compare

🐛 Bug fixes

  • FlowExecutionList.ParallelResumer should wait until Jenkins startup is complete (#256) @jglick

1198.v4596ea_5329b_6

10 Oct 22:03
4596ea5

Choose a tag to compare

🐛 Bug fixes

  • Diagnosis for NoSuchElementException from ForkScanner.setHeads (#246) @jglick

📦 Dependency updates

1192.v2d0deb_19d212

11 Aug 08:33
2d0deb1

Choose a tag to compare

🐛 Bug fixes

📦 Dependency updates

1188.v0016b_4f29881

08 Jul 20:34
0016b4f

Choose a tag to compare

🚀 New features and improvements

  • Replace handbuilt html with jelly for flow durability (#205) @timja

1182.v41475e53ea_43

07 Jul 18:42
41475e5

Choose a tag to compare

🚀 New features and improvements

🐛 Bug fixes

👻 Maintenance

  • chore: use jenkins infra maven cd reusable workflow (#228) @jetersen

📦 Dependency updates

1165.v02c3db_a_6b_e36

01 Jul 04:06
02c3dba

Choose a tag to compare

🚀 New features and improvements

  • allower downstream plugin to adjust the apply order of TaskListenerDecorator created from TaskListenerDecorator.Factory (#166) @fengxx