I have a repo on Bitbucket I'm trying to connect to my Jenkins instance. Not taking the SSH key approach here but plain id/password since communications will take place in SSL.
(1) I double checked the id/password on both BitBucket and on Jenkins entry. I tried both scope of both Global and System.
(2) I added a hook on Bitbucket pointing to my Jenkins instance.
(3) Installed the proper bitbucket plugin on Jenkins.
But I'm keep on getting
"Failed to connect to repository : Error performing command: git ls-remote -h https://bitbucket.org/id/demo HEAD"
and
"Failed to connect to repository : Could not init /tmp/hudson4950610074146191608tmp"
I searched what both errors mean but I can't determine whether this is a credential issue.
I'm out of clue as to how to proceed.
Thank you.