Skip to content

Releases: jenkinsci/workflow-job-plugin

1436.vfa_244484591f

08 Jul 21:50
fa24448
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add download option to 'Console output', move 'View as plain text' and 'Copy' buttons to app bar (#439) @janfaracik

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

1426.v2ecb_a_a_42fd46

24 May 20:09
2ecbaa4
Compare
Choose a tag to compare

👷 Changes for plugin developers

👻 Maintenance

  • Remove dead code to instantiate history widget (#434) @Vlatombe

📦 Dependency updates

  • Switch to 2.452.x BOM (#433) @jglick
  • Bump io.jenkins.tools.bom:bom-2.440.x from 2907.vcb_35d6f2f7de to 3023.v02a_987a_b_3ff9 (#432) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82 (#431) @dependabot

1415.v4f9c9131248b_

29 Apr 21:49
4f9c913
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

  • Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.81 (#425) @dependabot
  • Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 1.8 (#427) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.440.x from 2746.vb_79a_1d3e7b_c8 to 2907.vcb_35d6f2f7de (#420) @dependabot
  • Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#421) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.78 to 4.79 (#418) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78 (#414) @dependabot

1400.v7fd111b_ec82f

29 Jan 20:58
7fd111b
Compare
Choose a tag to compare

🚀 New features and improvements

  • JENKINS-71715 - Update minimum supported Jenkins version to 2.440 to be able to use new ConsoleUrlProvider API to link to Pipeline build console page (#373) @dwnusbaum

📦 Dependency updates

  • Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#409) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76 (#404) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.414.x from 2612.v3d6a_2128c0ef to 2643.vfa_93ff299d20 (#402) @dependabot

1385.vb_58b_86ea_fff1

04 Dec 21:12
b58b86e
Compare
Choose a tag to compare

🐛 Bug fixes

📦 Dependency updates

  • Bump io.jenkins.tools.bom:bom-2.414.x from 2598.v49e2b_e68d413 to 2612.v3d6a_2128c0ef (#401) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.414.x from 2582.v830625dd636c to 2598.v49e2b_e68d413 (#400) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.414.x from 2571.vede9dc5a_2e23 to 2582.v830625dd636c (#399) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.414.x from 2555.v3190a_8a_c60c6 to 2571.vede9dc5a_2e23 (#398) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.414.x from 2543.vfb_1a_5fb_9496d to 2555.v3190a_8a_c60c6 (#397) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.414.x from 2516.v113cb_3d00317 to 2543.vfb_1a_5fb_9496d (#395) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.75 (#396) @dependabot

1360.vc6700e3136f5

24 Oct 16:06
c6700e3
Compare
Choose a tag to compare

🐛 Bug fixes

  • Override isInQueue & getQueueItem from WorkflowJob (#391) @jglick

👻 Maintenance

  • Remove checkAbortPermission and hasAbortPermission overrides from WorkflowJob (#392) @jglick
  • Test with Java 21 (#387) @MarkEWaite

📦 Dependency updates

  • Bump io.jenkins.tools.bom:bom-2.414.x from 2507.vcb_18c56b_f57c to 2516.v113cb_3d00317 (#394) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.414.x from 2278.v47b_4508e256a to 2507.vcb_18c56b_f57c (#393) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.74 (#390) @dependabot

1348.v32a_a_f150910e

27 Sep 12:50
32aaf15
Compare
Choose a tag to compare

🐛 Bug fixes

  • Avoid saving disabled status when deleting a project (#386) @jglick

1346.v180a_63f40267

06 Sep 21:44
180a63f
Compare
Choose a tag to compare

🐛 Bug fixes

  • Avoid stack trace from NewNodeConsoleNote for a corrupt build (#382) @jglick

1342.v046651d5b_dfe

30 Aug 18:58
046651d
Compare
Choose a tag to compare

👷 Changes for plugin developers

📦 Dependency updates

1341.vd9fa_65f771dd

21 Aug 19:30
d9fa65f
Compare
Choose a tag to compare

👷 Changes for plugin developers

  • Expose NewNodeConsoleNote as Beta.class so LogStorage implementations can interact with it (#377) @dwnusbaum