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
Post a Comment