Skip to content

Commit

Permalink
Fix for JENKINS-9415
Browse files Browse the repository at this point in the history
  • Loading branch information
vjuranek committed Apr 18, 2011
1 parent ecdd3b9 commit c1e1de9
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 c1e1de9

Please sign in to comment.