Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
The label value is specified as the name of the slave template. Causing a new instance to be force created each time, since any existing instance won't have that label. The label value should not be specified in the provisioning.
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