![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Assignee:
|
Nicolas De Loof
|
|
Components:
|
git-client |
|
Created:
|
23/Dec/13 8:00 AM
|
|
Description:
|
I have fixed it please apply the patch
@@ -974,10 +974,10 @@ public class CliGitAPIImpl extends LegacyCompatibleGitAPIImpl {
if (credentials != null) {
listener.getLogger().println("using .gitcredentials to set credentials");
-
+
String urlWithCrendentials = getGitCrendentialsURL(url, credentials);
store = createGitCrendetialsStore(urlWithCrendentials);
- launchCommandIn(workDir, "config", "--local", "credential.helper", "store --store=\"" + store.getAbsolutePath() + "\"");
+ launchCommandIn(workDir, "config", "--local", "credential.helper", "store --file=\"" + store.getAbsolutePath() + "\"");
}
}
|
|
Project:
|
Jenkins
|
|
Priority:
|
Blocker
|
|
Reporter:
|
Dmitry Skorbovenko
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[email protected].
For more options, visit
https://groups.google.com/groups/opt_out.