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

Hi Mark,
The password is not part of the URL, I made a mistake the URL does not contain the username but the user who created the repository on bitbucket.
So there is no login data in the URL. [email protected]:hosteduser/repository.git
What confuses me, git fetching works using HTTPS (having a defined jenkins credentials) and when using SSH "'C:\Program' is not recognized" is thrown.
I switched the environment variables to GIT_HOME=C:\Progra~2\Git\bin or GIT_SSH=C:\Progra~1\TortoiseGit\bin\TortoisePlink.exe
But it seems that some other variable is used and I can not find it.