Sam Gleske edited a comment on Bug JENKINS-20941

Hi Kamil and andreg,
As a workaround you can use the HTTP credential helper.

git config --global credential.helper store

Then create a ~/.git-credentials file in the home directory of the jenkins user on the build slave. The contents of that .git-credentials should be your plain text credentials (one per line for each server you connect to). The following is an example line in the ~/.git-credentials file.

https://user:[email protected]

For more details see https://www.kernel.org/pub/software/scm/git/docs/git-credential-store.html

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/d/optout.

Reply via email to