How do I do Continuous Deployment with a private
Bitbucket
git repo onJazzhub
(IBM Bluemix)?- I've already tried: https://developer.ibm.com/answers/questions/27490
- However it doesn't work in a Continuous Deployment way.
I made some research and I found this link: https://developer.ibm.com/answers/questions/9480
- I fear that the SSH protocol is not implemented on Jazzhub and that the Continuous Deployment can't be possible.
as described in the answer you linked, it is possible to link your bitbucket repo to your jazzhub git set, setting the Bitbucket repository as remote origin.
Can you describe which kind of error you are getting?
About ssh, in this moment bluemix/jazzhub doesn't not supported git over ssh, but it supports git over https only.