|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
so my odd error is around the password. when the password contains a dollar sign ($), it seems to be sending the value as "%24" instead of a $ (maybe desired behavior for other parts of the URI but not for the password). In my case, the password began with a dollar sign.
the important bit of the error message I was getting is:
stderr: error: The requested URL returned error: 401 while accessing https://USERNAME:%24-the-rest-of-the-passw...@git.url/...
NOTE: this was when I was running credentials 1.9.1. after updating to 1.9.3 of that plugin, it seems that semi-revealing error message has been reduced to:
Failed to connect to repository : Failed to connect to https://git.url/git/git_repo using credentials USERNAME password (status = 401)