I'm trying to add a repository URL for a private git repo (Stash specifically).. the URL is in this format: https://theu...@stashserver.company.net/scm/PROJECTNAME/jenkins_setup.git ... works from another Jenkins server, but I'm getting "Failed to connect to repository : Failed to connect to ...."
I see, from the jenkins server, I can access the URL with "git ls-remote", but it asks for a password. So I hard-coded the password and git ls-remote works fine. The password had a @ in it, so I had to replace that with %40 to get git ls-remote to work. Anyway, the URL with the hard-coded password is not working when I enter the URL into Jenkins. I figured maybe it didn't like the %, but my attempts to escape that somehow were fruitless. Is the only way to get this working to set up auto-authentication for the new Jenkins server somehow? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.