Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support Bitbucket #952

Open
jonasbark opened this issue Feb 18, 2020 · 3 comments
Open

[Feature Request] Support Bitbucket #952

jonasbark opened this issue Feb 18, 2020 · 3 comments
Assignees
Labels
Feature Feature Work required.

Comments

@jonasbark
Copy link

Is your feature request related to a problem? Please describe.
We're trying to fully automate our process for creating and deploying azure resources and now reached the step to actually create build pipelines and deploy e.g. microservices. We rely on Bitbucket (Cloud) as our source code management system. This option is still not available with az pipelines create as it only supports github and tfsgit.

Describe the solution you'd like
Support bitbucket (cloud) as a provider when creating azure pipelines via CLI.

Additional context
This is also a blocker for e.g. microsoft/terraform-provider-azuredevops#219

@jonasbark jonasbark added the Feature Feature Work required. label Feb 18, 2020
@geverghe geverghe self-assigned this Mar 30, 2020
@JKrag
Copy link

JKrag commented Oct 21, 2020

I obviously can't test it as it isn't supported yet, but it looks to me like having this supported would also be the only way to create a pipeline if you need to use a Service connection to authenticate instead of a personal OAuth user? At least it is in that context that I went searching for a solution and thought for a moment that az pipelines create could help, until realizing that it didn't support BB.
I have not yet found any way in the UI to set up a pipeline (with existing yaml file in repo) without it trying to authenticate directly with my user.

@abunnyuk
Copy link

abunnyuk commented Aug 9, 2021

Is there any update on this?

We need to maintain several pipelines that use Bitbucket Cloud. Whilst we can create these via the UI, we want to be able to create them programmatically via az pipelines create.

Here is what I would expect to work:

az pipelines create `
    --name 'infrastrcture' `
    --description 'Pipeline for ARM template deployment' `
    --repository https://bitbucket.org/SampleOrg/SampleRepo `
    --branch master `
    --repository-type bitbucket `
    --yml-path azure-pipelines.yml

@monkeyhandz
Copy link

Any updates on this ticket?
We are also looking for a CLI or Rest API method to create Azure Pipelines that use BitBucket repositories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature Work required.
Projects
None yet
Development

No branches or pull requests

5 participants