Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-19845, EC2 plugin incorrectly reports current instance count
- Now using the specific 'ec2slave' tag
  • Loading branch information
rolandgroen committed Sep 11, 2014
1 parent f2a97d5 commit 58fbb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/ec2/EC2Cloud.java
Expand Up @@ -228,7 +228,7 @@ public int countCurrentEC2Slaves(String ami) throws AmazonClientException {

/**
* This method checks if the slave is provisioned by this plugin.
* It does so by: 1) check if the ami matches and 2) by checking
* It does so by: 1) checking if the ami matches and 2) checking
* for a tag with the key ec2slave. The value of the tag will be ignored.
*
* See also JENKINS-19845
Expand Down

0 comments on commit 58fbb7f

Please sign in to comment.