0
votes

I have just installed the jenkins in mac while connection bitbucket and jenkins i am getting this errors Failed to connect to repository : Command "git ls-remote -h https://[email protected]/team/repo.git HEAD" returned status code 128: stdout: stderr: fatal: unable to access 'https://[email protected]/team/repo.git/': Port number ended with 'p'

here is the screenshots error screenshots

3
Please could you share how your job is configured.apr_1985
i have uploaded the screenshotsuser8472639
Is this repo public? I see you didn't provide any credential.SystemGlitch

3 Answers

1
votes

The error message in the screenshot says invalid username or password. You need to select some credentials in the drop down to use with bitbucket. If you haven’t configured any yet you can add them by clicking the key button called add.

0
votes

Try proxy settings in jenkins or with http only in bitbucket URL.

Hope it helps.

Thanks.

0
votes

Add credential : I guess that your repository is private so you might need to add credential even if you use something like 'root' and ''.