JazzHub and Bitbucket

269 views Asked by At

I am trying to do continuous delivery with my code on Bitbucket using Bluemix DevOps tools. I am able to retrieve the code from Bitbucket to JazzHub but not in a continuous way. Note that I can create a webhook on Bitbucket but don't know where to find the jazzhub URL to use. Any suggestion?

2

There are 2 answers

0
edevregille On BEST ANSWER

Continuous delivery with Bitbucket and Bluemix is not available. For continous delivery on Bluemix, you need to use either Bluemix DevOps SCM or you can use github as per documentation https://hub.jazz.net/docs/reference/githubhooks/

0
Jeff Sloyer On

You could always use Codeship or Travis.Ci as the CI engine and publish your app to Bluemix like that.