Skip to content

Commit

Permalink
HAP-471 - Release promotion fails due to being unable to find any SVN…
Browse files Browse the repository at this point in the history
… credentials
  • Loading branch information
spock-yh committed Feb 25, 2014
1 parent 7b6d785 commit e164fd4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -163,7 +163,7 @@ private ISVNAuthenticationManager createAuthenticationManager() {
}

private ISVNAuthenticationProvider getSvnAuthenticationProvider() {
ISVNAuthenticationProvider sap = getJenkinsScm().getDescriptor().createAuthenticationProvider();
ISVNAuthenticationProvider sap = getJenkinsScm().createAuthenticationProvider(build.getProject(),getLocation());
if (sap == null) {
throw new AbortException("Subversion authentication info is not set.");
}
Expand Down

0 comments on commit e164fd4

Please sign in to comment.