Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
Jenkins 2.73.1, EC2 Plugin 1.37
Description
With the EC2 plugin version 1.37, existing stopped instances are not started again during provisioning with the following message in the Jenkins log when the instance cap is reached:
Cannot provision - no capacity for instances: -1
reverting to version 1.36 fixes the issue.
Attachments
Issue Links
- is related to
-
JENKINS-46869 Can not register an EC2 instance as a node agent
-
- Resolved
-
-
JENKINS-47331 1.37 slave launcher prefixing breaks installations without prefix strings.
-
- Closed
-
Code changed in jenkins
User: Francis Upton IV
Path:
src/main/java/hudson/plugins/ec2/EC2Cloud.java
src/main/java/hudson/plugins/ec2/EC2Step.java
src/main/java/hudson/plugins/ec2/SlaveTemplate.java
src/test/java/hudson/plugins/ec2/EC2StepTest.java
http://jenkins-ci.org/commit/ec2-plugin/affb7f407cd024accdf4e9093b07efada117814d
Log:
JENKINS-50105EC2 Step provisioning incorrectly specifies a label (#268)JENKINS-47130EC2 plugin 1.37 fails to provision previously defined slaves