|
||||||||
|
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.

.netrc only can be set in $HOME, so you can't get N executors on the same slave to run distinct jobs with various credentials.
That's a pitty git-cli don't let us pass (lib)curl -u option.
in-memory git-credentials require dedicated software running on slave, and is tricky for windows users.
I was considering using file-based git-credentials store https://www.kernel.org/pub/software/scm/git/docs/git-credential-store.html
git init+fetch to replace git clone is a simpler option at this time - just have discovered a fetch is required after clone anyway, see JENKINS-20502