Releases: jenkinsci/ec2-fleet-plugin
Releases · jenkinsci/ec2-fleet-plugin
ec2-fleet-1.7.0
Features
- Auto resubmit to Jenkins failed jobs if it fails because of terminated EC2 instance, Spot or regular PR #104
- Summary In case if job execution was aborted because of node disconnection (EC2 instance termination) plugin will automatically resubmit the job. Original will be reported as failed, however, copy will be added to Jenkins queue to execute. You can find details of implementation in PR.
ec2-fleet-1.6.0
ec2-fleet-1.5.0
ec2-fleet-1.4.1
Bugfixes
- Fix logic to check when node is idle and can be removed PR #85
ec2-fleet-1.4.0
Features
- Experimental feature to fix over-provision by adding EC2 instance to Jenkins slaves only if instance state is
running
PR #81
ec2-fleet-1.3.1
Bugfixes
- NPE in
EC2FleetCloud
#78
ec2-fleet-1.3.0
ec2-fleet-1.2.2
Bugfixes
- Reduce amount of requests to AWS EC2 API to by using batch mode to reduce chance
RequestLimitExceeded
for big fleet or big amount of fleets #75
ec2-fleet-1.2.1
Bugfixes
- Fix
Test connection
button on Jenkins Configuration page PR #72