Skip to content

Releases: jenkinsci/ec2-fleet-plugin

ec2-fleet-1.10.2

10 Aug 06:53
Compare
Choose a tag to compare

Bugfixes

  • Hide by default non maintain fleets PR #132

ec2-fleet-1.10.1

08 Aug 03:57
Compare
Choose a tag to compare

Bugfixes

  • Fix node configuration page, as reported in #129

ec2-fleet-1.10.0

27 Jul 21:15
Compare
Choose a tag to compare

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

ec2-fleet-1.9.2

11 Jul 17:16
Compare
Choose a tag to compare

Bugfixes

  • Correctly apply new settings for cloud to existent slaves, issue #111 PR #119

ec2-fleet-1.9.1

09 Jul 16:25
Compare
Choose a tag to compare

Bugfixes

  • Show Jenkins label attached to fleet in status widget PR #117

ec2-fleet-1.9.0

04 Jul 02:15
Compare
Choose a tag to compare

Features

  • Allow to scale number of executors for node by instance weight PR #32 #114
    • disabled by default
    • current version supports only Launch Specification

ec2-fleet-1.8.1

02 Jul 17:17
Compare
Choose a tag to compare

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

02 Jul 05:08
Compare
Choose a tag to compare

Features

  • Fix overprovision PR #76

ec2-fleet-1.7.2

02 Jul 17:07
Compare
Choose a tag to compare

Features

  • Log more information during job resubmit process in case of EC2 instance termination.

ec2-fleet-1.7.1

26 Jun 07:59
Compare
Choose a tag to compare

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)