| Did you recently update your Jenkins git plugin version? I just created a google cloud repository using my Google account and connected it to the GitHub repository of the Jenkins git client plugin. I can list the remote branches in the repository but when I try to clone the repository, it complains fails to clone because my Google ID in the repository URL is 'mark.ea...@gmail.com' and the Jenkins git client plugin seems to incorrectly URL escape the '@' sign in the URL. Google cloud shows that the clone command I should use is: git clone ssh://mark.ea...@gmail.com@source.developers.google.com:2022/p/jenkins-plugins-markewaite/r/github_markewaite_git-client-plugin Notice how there are two embedded '@' characters in the clone command. One is from my e-mail address, while the other is used to separate the username from the hostname in the ssh URL. |