Skip to content

ec2-fleet-1.7.0

Compare
Choose a tag to compare
@terma terma released this 22 Jun 02:09
· 302 commits to master since this release

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.