Continuous Deployment with Bitbucket and Jazzhub

451 views Asked by At
  1. How do I do Continuous Deployment with a private Bitbucket git repo on Jazzhub (IBM Bluemix)?


  1. 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.
1

There are 1 answers

0
v.bontempi On

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.