Releases: jenkinsci/ec2-fleet-plugin
Releases · jenkinsci/ec2-fleet-plugin
ec2-fleet-1.10.2
Bugfixes
- Hide by default non maintain fleets PR #132
ec2-fleet-1.10.1
Bugfixes
- Fix node configuration page, as reported in #129
ec2-fleet-1.10.0
Features
- Reduce amount of calls to AWS API from plugin to check fleet state to strict
18 per minute
PR #127- Before it depends on amount of new not yet connected instances, as it plugin does extra call to
describeInstances
per new EC2 instance
- Before it depends on amount of new not yet connected instances, as it plugin does extra call to
ec2-fleet-1.9.2
ec2-fleet-1.9.1
Bugfixes
- Show Jenkins label attached to fleet in status widget PR #117
ec2-fleet-1.9.0
ec2-fleet-1.8.1
Bugfixes
- Do connection during online check (released in
1.8.0
) instead of just checking if node is online. PR #110
ec2-fleet-1.8.0
Features
- Fix overprovision PR #76
ec2-fleet-1.7.2
Features
- Log more information during job resubmit process in case of EC2 instance termination.
ec2-fleet-1.7.1
Bugfixes
- Fix auto resubmit job if ec2 terminated for parametrized and pipeline jobs PR #107
- Passing parameters to parametrized jobs from original when rescheduling
- Force pipeline job abort in case of the node is disconnected. By default, it's waiting until node will be reconnected, and we cannot reschedule
- Add configuration to disable auto resubmit (by default
enabled
)