Skip to content

Commit

Permalink
Merge pull request #155 from justinharringa/JENKINS-46364
Browse files Browse the repository at this point in the history
[JENKINS-46364] Connector.lookupScanCredentials - pass apiUrl()
  • Loading branch information
stephenc committed Aug 29, 2017
2 parents ced0cb0 + 3792307 commit 6810318
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -198,7 +198,7 @@ private static GitHub lookUpGitHub(@NonNull Job<?,?> job) throws IOException {
}
if (source.getScanCredentialsId() != null) {
return Connector.connect(source.getApiUri(), Connector.lookupScanCredentials
(job, null, source.getScanCredentialsId()));
(job, source.getApiUri(), source.getScanCredentialsId()));
}
}
return null;
Expand Down

0 comments on commit 6810318

Please sign in to comment.