Skip to content

Commit

Permalink
Merge pull request #9 from vjuranek/JENKINS-9415
Browse files Browse the repository at this point in the history
[FIXED JENKINS-9415]
  • Loading branch information
kohsuke committed May 12, 2011
2 parents ecdd3b9 + c1e1de9 commit 3e5ed16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/hudson/plugins/ec2/SlaveTemplate.java
Expand Up @@ -196,7 +196,6 @@ public FormValidation doValidateAmi(
images.add(ami);
List<String> owners = new LinkedList<String>();
List<String> users = new LinkedList<String>();
users.add("self"); // if we can't run it its not useful.
List<ImageDescription> img = jec2.describeImages(images, owners, users);
if(img==null || img.isEmpty())
// de-registered AMI causes an empty list to be returned. so be defensive
Expand Down

0 comments on commit 3e5ed16

Please sign in to comment.