Git Product home page Git Product logo

stacks-pipeline-templates's Introduction

Stacks-Pipeline-Templates

Intro

This templates are provided as a base standard process for deploying stacks infrastructure, see stacks-infrastructure and stacks-dotnet pipeline files under the ./build/AzDevOps/ folders for their specific usage.

Configuration

GitHub

Ensure you have a service connection set up to GitHub from your AzureDevOps tenant, then include the following snippet in your build pipeline:

resources:
  repositories:
  - repository: templates
    type: github
    name: amido/stacks-pipeline-templates
    ref: YYY # Optional line for specific tag/branch/etc.
    endpoint: XXX # Created when you set up the connection to GitHub from Azure DevOps

Azure Repos

The equivalent for Azure Repos (should you clone this repository elsewhere) is:

resources:
  repositories:
  - repository: templates
    type: git
    name: PROJECT/REPOSITORY
    ref: YYY # Optional line for specific tag/branch/etc.

Usage

To include a step from this repository in your pipeline, refer to them using the following syntax:

      - template: azDevOps/azure/templates/steps/build-validate-terraform.yml@templates
        parameters:
          terraform_artefact_name: terraform
          terraform_filepath: '$(Build.SourcesDirectory)/deploy/terraform/azure'

Jobs vs Steps

There are two folders in the AzDevOps folder, one for steps and one for jobs. Please feel free to add as many steps as you feel neccesary to the steps folder, but do not modify existing jobs as they may be consumed by others.

Contributing

If you are interested in contributing to this repository, first open an issue to discuss the problems, possible solutions and design decisions. Pull Request without an issue and a design decision will likely be rejected.

For more details, see CONTRIBUTING.md

TODO:

  • Find a better way to manage this!

stacks-pipeline-templates's People

Contributors

dnitsch avatar elephantei avatar elvenspellmaker avatar estherthetesteramido avatar guibirow avatar guillermogutierrez avatar iamsamd avatar jackmidd-amido avatar johnmckenna avatar russellseymour avatar saulfrance avatar williamayerst avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stacks-pipeline-templates's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.