Hudson/Jenkins — how to access a private git repository on BitBucket.com

给你一囗甜甜゛ 提交于 2019-12-04 10:44:45

For HTTPS connection, you should define ALSO your password within the HTTPS query like :

https://TJamesBoone:**PASSWORD**@bitbucket.org/OtherUser/projectname.git

For SSH connection, as said, you should see that DOC : https://confluence.atlassian.com/display/BITBUCKET/Set+up+SSH+for+Git Don't forget to setup an EMPTY passphrase as jenkins does not support it. Don't forget to login first with jenkins user to git using ssh git@bitbucket.org

I can't provide more info your SSH case as I'm not running it on windows.

If that is not working, please tell us if : * jenkins is runned as a service * if not, what is the webserver used to run jenkins

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!