Skip to content

Releases: jenkinsci/description-setter-plugin

264.v1957f215dcd5

03 Feb 17:34
Compare
Choose a tag to compare

πŸš€ New features and improvements

πŸ‘» Maintenance

πŸ“¦ Dependency updates

  • Bump io.jenkins.tools.bom:bom-2.452.x from 3850.vb_c5319efa_e29 to 3944.v1a_e4f8b_452db_ (#63) @dependabot[bot]

258.vcd25251271a_a_

23 Nov 03:01
cd25251
Compare
Choose a tag to compare

πŸ› Bug fixes

πŸ‘» Maintenance

πŸ“¦ Dependency updates

  • Bump io.jenkins.tools.bom:bom-2.440.x from 3413.v0d896b_76a_30d to 3435.v238d66a_043fb_ (#56) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.440.x from 3387.v0f2773fa_3200 to 3413.v0d896b_76a_30d (#54) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.440.x from 3307.v2769886db_63b_ to 3387.v0f2773fa_3200 (#53) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.87 to 4.88 (#52) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.440.x from 3289.v3ff9637cd241 to 3307.v2769886db_63b_ (#51) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.86 to 4.87 (#49) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.440.x from 3221.ve8f7b_fdd149d to 3289.v3ff9637cd241 (#48) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.82 to 4.83 (#46) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82 (#44) @dependabot
  • Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 1.8 (#43) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81 (#42) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.78 to 4.80 (#41) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78 (#40) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#38) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.401.x from 2705.vf5c48c31285b_ to 2745.vc7b_fe4c876fa_ (#39) @dependabot

239.vd0a_6b_785f92d

13 Jan 00:14
d0a6b78
Compare
Choose a tag to compare

πŸ› Bug fixes

238.v6dee627c87e7

12 Jan 13:24
6dee627
Compare
Choose a tag to compare

πŸš€ New features and improvements

πŸ› Bug fixes

πŸ“ Documentation updates

πŸ‘» Maintenance

1.10

11 Jan 23:07
Compare
Choose a tag to compare

πŸ› Bug fixes

  • JENKINS-17461 Expose description as an environment variable
  • JENKINS-16377 help text for "description setter" seems to be incorrect
  • JENKINS-26671 Multiple description setter build steps should append ...

1.9

11 Jan 23:04
Compare
Choose a tag to compare
1.9

πŸš€ New features and improvements

  • JENKINS-23097 Set description during build as a build step
  • Updated maven pom to use repo.jenkins-ci.org repository
  • Localization for ja

1.8

11 Jan 23:03
Compare
Choose a tag to compare
1.8

πŸ› Bug fixes

  • Handle regex matches even when the match group element is null.

1.7

11 Jan 23:01
Compare
Choose a tag to compare
1.7

πŸ› Bug fixes

1.6

11 Jan 23:00
Compare
Choose a tag to compare
1.6

πŸ› Bug fixes

  • Bugfix (1.5 is only usable for matrix projects)

1.5

11 Jan 22:59
Compare
Choose a tag to compare
1.5

πŸš€ New features and improvements

  • Large parts are rewritten. Should be backwards compatible -- create an issue if not.
  • You can now use groups captured by the regex in descriptions (e.g. "foo \1 bar \2"). Default is still to use the first group as description.
  • Also works for matrix projects