Skip to content

Commit

Permalink
Merge pull request #239 from elvysborges/2.2.x
Browse files Browse the repository at this point in the history
[FIXED JENKINS-23675] Expand parameters on repository url
  • Loading branch information
ndeloof committed Jul 11, 2014
2 parents b3c63a0 + 7fbd682 commit 397646b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/hudson/plugins/git/GitSCM.java
Expand Up @@ -570,6 +570,7 @@ public GitClient createClient(BuildListener listener, EnvVars environment, Abstr
for (UserRemoteConfig uc : getUserRemoteConfigs()) {
if (uc.getCredentialsId() != null) {
String url = uc.getUrl();
url = getParameterString(url, environment);
StandardUsernameCredentials credentials = CredentialsMatchers
.firstOrNull(
CredentialsProvider.lookupCredentials(StandardUsernameCredentials.class, project,
Expand Down

0 comments on commit 397646b

Please sign in to comment.