Hi All
I am trying to configure jenkins with my bitbucke repository and i am not able to. Here is what i have done so far
1. Started an ec2 instance (ubuntu) and installed jenkins on it
2. installed git plugin on jenkins
3. Added the public key in deployment keys section of my repository on bitbucket
4. I verified that at my ec2 machine i can clone the repository using git@bitbucket.org....
5. Now i give my repository url in the git section of jenkins
and i get the following error
Failed to connect to repository : Command "git ls-remote -h git@bitbucket.org:apprick/apprickwebapp.git HEAD" returned status code 128:
stdout:
stderr: Host key verification failed.
fatal: The remote end hung up unexpectedly
Anyone any idea about it? I have tried various things but can't get it working.
Hi Mick
Thanks for thr response. I did read the thread before posting the question. But in the end the thread discussed the setup for mac. My doubt is whether i need to start jenkins as root to do that (which was not answered in the thread). If yes then how do i do that?
-raghu
ad 4. Did you verified your connection to bitbucket from the machine running jenkins logged in as user running jenkins daemon?
Hi Jozef
Thanks for your response. Actually that is my question. Do i need to start jenkins as root user. If yes then how do do that?
Usually I am running every service as separate linux user - in this case as a user named jenkins. So I would login as that user and in that identity checked the connection (there will be question for storing key):
sudo su - jenkins
After that you should have in home directory of user jenkins new file .ssh/known_hosts with entry for bitbucket.org.
If you run service as root user - which is not recommended for security - you should do it as user root.
Hi Raghvendra,
Make sure you have read the documentation on this page:
https://confluence.atlassian.com/display/BITBUCKET/Jenkins+Service+Management
There are some gotchas with Jenkins and Bitbucket.
The documentation also has a page that walks you through troubleshooting a service:
https://confluence.atlassian.com/display/BITBUCKET/Troubleshooting+Bitbucket+Services
If you try the things on this page and still have problems, you can send an email to support@bitbucket.org.
Mary
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.