ec2-plugin
ec2-plugin copied to clipboard
Jenkins ec2 plugin
Cleanup
Small code cleanup: - Use `final` if it's possible - Use `isEmtpy()` instead of `length comparison` - Use CONSTANTS instead of 'magic numbers'
Adds slave template option to reboot a slave after a build Once reboot commences the slave is monitored, reconnects are started and the slave is reenabled once reconnect succeeds. Fixes...
JENKINS-15925 - Changed delimiter of securityGroups from space to semi-colon. https://issues.jenkins-ci.org/browse/JENKINS-15925
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.17.3 to 1.17.5. Release notes Sourced from testcontainers's releases. 1.17.5 What's Changed Warning Version 1.17.4 was released upgrading slf4j-api to version 2.x. This dependency has been reverted...
Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.47 to 4.48. Release notes Sourced from plugin's releases. 4.48 📦 Dependency updates Bump JUnit from 5.9.0 to 5.9.1 (#613) @dependabot Bump Jenkins test harness from 1837.vb_6efb_1790942...
If Jenkins recieves a non-zero error code when runing `java -fullversion` on the remote agent then it will install java 11 using yum. Previously this installed java 8 which is...
Bumps [node-iterator-api](https://github.com/jenkinsci/node-iterator-api-plugin) from 1.5.1 to 49.v58a_8b_35f8363. Release notes Sourced from node-iterator-api's releases. 49.v58a_8b_35f8363 🚀 New features and improvements Plugin refresh and cd (#6) @jtnord ✍ Other changes fix dependabot (#7)...
build(deps): bump io.jenkins.tools.bom:bom-2.414.x from 2555.v3190a_8a_c60c6 to 2884.vc36b_64ce114a_
Bumps [io.jenkins.tools.bom:bom-2.414.x](https://github.com/jenkinsci/bom) from 2555.v3190a_8a_c60c6 to 2884.vc36b_64ce114a_. Release notes Sourced from io.jenkins.tools.bom:bom-2.414.x's releases. 2884.vc36b_64ce114a_ 👷 Changes for plugin developers Add database-sqlserver (#2975) @jonesbusy 👻 Maintenance Passing SAMPLE_PLUGIN_OPTS if already set (#2964)...
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.78 to 4.79. Release notes Sourced from org.jenkins-ci.plugins:plugin's releases. 4.79 📦 Dependency updates Bump org.jenkins-ci.main:jenkins-test-harness from 2165.vf0266a_2d187f to 2171.v048c97409d12 (#901) @dependabot Bump org.mockito:mockito-bom from 5.10.0 to 5.11.0...
### The problem Currently if you use the "Minimum number of spare instances" setting as well as "Idle termination time", then there is a constant battle going on between: -...