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

FR: Add Azure DevOps CI/CD repository and pipeline support option #1205

Closed
obriensystems opened this issue Apr 27, 2024 · 3 comments
Closed
Labels
enhancement New feature or request

Comments

@obriensystems
Copy link
Contributor

TL;DR

assigned to https://github.com/fmichaelobrien
PR developed in fork GoogleCloudPlatform/pbmm-on-gcp-onboarding#399

ER:

The default CI/CD repo/pipeline around Cloud Build and Cloud Source Repositories works well.
There is a need for Azure DevOps (ADO) integration as a CI/CD option.
A large proportion of our Canadian Public Sector clients (provincial, federal, crown corporation) use ADO as their repository and build system.

Work:

similar to our github/gitlab/terraform-cloud and jenkins support on top of default CB/CSR support - add versions of the following artifacts

Terraform Resources

No response

Detailed design

No response

Additional information

No response

@obriensystems obriensystems added the enhancement New feature or request label Apr 27, 2024
@obriensystems obriensystems changed the title Add Azure DevOps CI/CD repository and pipeline support option FR: Add Azure DevOps CI/CD repository and pipeline support option Apr 27, 2024
@fmichaelobrien
Copy link
Contributor

Test terraform 1.3.10 image in Azure Devops

Screenshot 2024-04-27 at 18 49 14

via azure-pipeline.yml

trigger:
- main

pool:
  vmImage: ubuntu-latest
- script: |
    docker run obrienlabs/terraform-example-foundation-ado --version 

@sleighton2022
Copy link
Collaborator

Closing - will not be adding Azure DevOps. Swapping out CSR is an H2 roadmap item

@fmichaelobrien
Copy link
Contributor

All good, I am working the ADO pr patch as an additional customer requested option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants