Releases: jenkinsci/agent-setup-plugin
Releases · jenkinsci/agent-setup-plugin
129.vee7cd5a_0e204
🚀 New features and improvements
- Enable CD (#56) @MarkEWaite
- Require Jenkins 2.479.3 or newer (#54) @MarkEWaite
👻 Maintenance
- Format source code with spotless (#55) @MarkEWaite
- Add CODEOWNERS (#51) @MarkEWaite
- Use jenkins.baseline to match archetype (#46) @MarkEWaite
- Enable Jenkins Security Scan (#40) @strangelookingnerd
- Replace deprecated terms (#27) @NotMyFault
- Reduce Jenkinsfile diffs to archetype (#28) @MarkEWaite
- Test with Java 21 (#26) @MarkEWaite
- Require Jenkins 2.387.3 or newer (#25) @MarkEWaite
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.86 to 4.88 (#44) @dependabot[bot]
- Bump org.jenkins-ci.plugins:plugin from 4.84 to 4.86 (#42) @dependabot[bot]
- Bump org.jenkins-ci.plugins:plugin from 4.82 to 4.84 (#41) @dependabot[bot]
- Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82 (#39) @dependabot[bot]
- Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 1.8 (#38) @dependabot[bot]
- Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81 (#37) @dependabot[bot]
- Bump org.jenkins-ci.plugins:plugin from 4.78 to 4.80 (#36) @dependabot[bot]
- Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78 (#34) @dependabot[bot]
- Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#33) @dependabot[bot]
- Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76 (#32) @dependabot[bot]
- Bump org.jenkins-ci.plugins:plugin from 4.73 to 4.75 (#31) @dependabot[bot]
- Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.4 to 1.7 (#30) @dependabot[bot]
- Bump org.jenkins-ci.plugins:plugin from 4.72 to 4.73 (#29) @dependabot[bot]
1.16
🐛 Bug fixes
- JENKINS-70622 - Do not remove temporary Unix files (#24) @MarkEWaite
1.15
🚀 New features and improvements
- Require Jenkins 2.346.3 or newer (#16) @MarkEWaite
- Full Windows support, decreased network bandwitch usage and labels matched by reggex (#11) @jaesbit
📝 Documentation updates
- Fix typos in docs (#23) @MarkEWaite
- Use recommended plugin naming convention (#20) @MarkEWaite
- Link docs to tagged copy of CHANGELOG (#18) @MarkEWaite
- More inclusive naming (#17) @MarkEWaite
👻 Maintenance
- Fix release process by restoring groupId (#21) @MarkEWaite
- Publish incremental development artifacts (#19) @MarkEWaite
- Add Jenkinsfile (#12) @olivergondza
1.10
Version 1.10 (July 1, 2016)
- Fixed JENKINS-31175 - License missing in source code
- Added per-slave start & stop scripts specifically for on-demand slaves. This also resolves JENKINS-20489 - start slave on demand and don't power off afterwards
1.9
Version 1.9 (June 17, 2015)
- Fixed JENKINS-28297 - NPE in pre-launch Script for Jenkins Versions bigger than 1.609
1.8
Version 1.8 (September 23, 2014)
- Fix a bug when Slave could not be started of no labels of the pre-launch Scripts match.
1.7
Version 1.7 (September 22, 2014)
- Expose NODE_TO_SETUP_NAME and NODE_TO_SETUP_LABELS
(JENKINS-24107) - Help files are displayed now
- Possibility to add pre-launch scripts which will be executed before the slave is launched