Authentication failed for git repository in Jeniks (linux) -


i'm doing jenkins config first time. configuration git, ssh, etc. made in linux server console (vm). i've created user , password git , added public key bitbucket host, have connected command line in linux bitbucket , fine. when try connect remote repo in jenkins job config, error: failed connect repository : command "/usr/bin/git -c core.askpass=true ls-remote -h 'repo' head" returned status code 128: stdout: stderr: fatal: authentication failed 'repo'

any idea?

thanks in advance.

finally got solution writing repo url : https://:@bitbucket.org//.git

maybe exist avoiding express password in url.

thank @computerdruid , rest of comunity ;)


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -