Releases: jenkinsci/description-setter-plugin
Releases Β· jenkinsci/description-setter-plugin
264.v1957f215dcd5
π New features and improvements
- Require Jenkins 2.479 and Jakarta EE 9 (#65) @MarkEWaite
π» Maintenance
- Require 2.452.4 (#61) @jonesbusy
π¦ 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_
π Bug fixes
- JENKINS-72702 - Retain setting of the append checkbox (#50) @edwinvanderham
π» Maintenance
- Use jenkins.baseline to match archetype (#57) @MarkEWaite
- Modernize to Jenkins 2.440.3 (#47) @sghill-rewrite
- Enable Jenkins Security Scan (#45) @strangelookingnerd
π¦ 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
π Bug fixes
- JENKINS-72555 - Only include HTML br tag when using HTML formatter (#37) @MarkEWaite
238.v6dee627c87e7
π New features and improvements
- JENKINS-30167 - Added an option for driving a concatenation mode (#9) @pjanouse
π Bug fixes
- Restore plugin groupId (#33) @MarkEWaite
- JENKINS-30152 - Fix options for non-matrix projects (#8) @pjanouse
π Documentation updates
- Update documentation and move changelog to GitHub releases (#32) @MarkEWaite
- Add an example of using \1 \2 in a description. (#17) @JasonMathison
π» Maintenance
- Enable continuous delivery (#36) @MarkEWaite
- Add scm.tag property for incrementals (#35) @MarkEWaite
- Format the plugin with spotless (#34) @MarkEWaite
- Automate dependency updates (#30) @MarkEWaite
- Enable more spotbugs checks (#29) @MarkEWaite
- Generate incremental builds (#28) @MarkEWaite
- Modernize to Jenkins 2.401.3 (#27) @sghill-rewrite
- Add Plugin Development Team to CODEOWNERS (#24) @sghill-rewrite
- Update parent POM, update dependencies, test with Java 21 (#26) @gounthar
- Modernize to latest versions supported by Java 8 (#22) @sghill-rewrite
- Make the plugin compile with new dependencies (#18) @askb
- Add Jenkinsfile (#15) @olivergondza
1.10
π 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
π 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
π Bug fixes
- Handle regex matches even when the match group element is null.
1.7
π Bug fixes
- Fixed a problem with handling more than one match group substitution. (JENKINS-4980, JENKINS-8328)
1.6
π Bug fixes
- Bugfix (1.5 is only usable for matrix projects)
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