Skip to content

Commit

Permalink
Use supplied credentials
Browse files Browse the repository at this point in the history
[FIXED JENKINS-28615]
  • Loading branch information
wannessels committed May 28, 2015
1 parent 8ed1fc6 commit 172c303
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/hudson/plugins/svn_tag/SvnTagPlugin.java
Expand Up @@ -147,8 +147,7 @@ public static boolean perform(AbstractBuild<?,?> abstractBuild,
return false;
}

ISVNAuthenticationManager sam =
SVNWCUtil.createDefaultAuthenticationManager();
ISVNAuthenticationManager sam = SubversionSCM.createSvnAuthenticationManager(sap);
sam.setAuthenticationProvider(sap);

SVNCommitClient commitClient = new SVNCommitClient(sam, null);
Expand Down

0 comments on commit 172c303

Please sign in to comment.