Skip to content

Releases: jenkinsci/ec2-fleet-plugin

ec2-fleet-1.7.0

22 Jun 02:09
Compare
Choose a tag to compare

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

21 Jun 22:01
Compare
Choose a tag to compare

Features

  • Allow to specify custom endpoint instead of region PR #105

Bugfixes

  • Add China regions into region list PR #105

ec2-fleet-1.5.0

02 Jun 06:01
Compare
Choose a tag to compare

Features

  • Optionally restrict provisioned node usage to jobs having matching label PR #88
  • Update slavel display name to include cloud name PR #33 #89

ec2-fleet-1.4.1

01 Jun 05:17
Compare
Choose a tag to compare

Bugfixes

  • Fix logic to check when node is idle and can be removed PR #85

ec2-fleet-1.4.0

31 May 16:19
Compare
Choose a tag to compare

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

29 May 20:13
Compare
Choose a tag to compare

Bugfixes

  • NPE in EC2FleetCloud #78

ec2-fleet-1.3.0

29 May 05:56
Compare
Choose a tag to compare

Bugfixes

  • Fix node description PR #31

Features

  • Allow configuring EC2 Fleet Cloud name to distinguish between cloud instances, the default name is same as before FleetCloud PR #30

ec2-fleet-1.2.2

24 May 23:41
Compare
Choose a tag to compare

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

22 May 02:09
Compare
Choose a tag to compare

Bugfixes

  • FixTest connection button on Jenkins Configuration page PR #72

ec2-fleet-1.2.0

20 May 23:42
Compare
Choose a tag to compare

Features

  • #21 Show only active fleets on configuration page (allow to show all fleets if required) PR #67