Skip to content

Commit

Permalink
Merge pull request #53 from robincsmith/does-not-require-workspace
Browse files Browse the repository at this point in the history
JENKINS-57075 Remove workspace requirement
  • Loading branch information
escoem committed Sep 20, 2019
2 parents a115be1 + 67d73f8 commit a94a5e9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ public static class DescriptorImpl extends BindingDescriptor<AmazonWebServicesCr
@Override public String getDisplayName() {
return "AWS access key and secret";
}

@Override public boolean requiresWorkspace() {
return false;
}
}

}

0 comments on commit a94a5e9

Please sign in to comment.