I want to build pipeline in bluemix with bitbucket as my source repository.
I am using Bluemix and by default it takes github as a source code repository.
I want to build pipeline in bluemix with bitbucket as my source repository.
I am using Bluemix and by default it takes github as a source code repository.
Actually, you can't. IBM Bluemix only connects to public github repositories in their Continous Integration pipeline.
I suggest to user another solution, like using a tool like Jenkins that can listen easily to changes to the bitbucket repository, and then do the deploy (using the Cloud Foundry CLI) to a Bluemix environment.