Code changed in jenkins
User: Andrew Coulton
Path:
src/main/java/hudson/plugins/ec2/SlaveTemplate.java
http://jenkins-ci.org/commit/ec2-plugin/14d537a08728f0baef88ed2d33e73696f681433f
Log:
[FIXED JENKINS-23850] Workaround AWS bug that hides stopped slaves

Use instance.group-name instead of group-name as the describeInstances
filter when searching for stopped slaves to restart.

Some EC2 regions are incorrectly returning empty describeInstances
results when the group-name filter is used. This causes jenkins to start
new slaves instead of restarting stopped instances.

instance.group-name is functionally identical and seems to work
consistently.

https://issues.jenkins-ci.org/browse/JENKINS-23850

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to