edevregille
edevregille

Reputation: 209

JazzHub and Bitbucket

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?

Upvotes: -1

Views: 259

Answers (2)

Jeff Sloyer
Jeff Sloyer

Reputation: 4964

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

Upvotes: 0

edevregille
edevregille

Reputation: 209

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/

Upvotes: 0

Related Questions