Coder Social home page Coder Social logo

cymad7001 / azuredevops.automation.pipeline.configuration.v2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from worksafebc-common-engineering/azuredevops.automation.pipeline.configuration.v2

0.0 0.0 0.0 9 KB

Application-type CI/CD pipeline blueprint configuration templates

License: Apache License 2.0

azuredevops.automation.pipeline.configuration.v2's Introduction

AzureDevOps.Automation.Pipeline.Configuration.v2

Application-type CI/CD pipeline blueprint configuration templates

Review our pipeline blog series, in particular Meet our second-generation app-type blueprints for more information on this application-type continuous integration (CD) / continuous delivery (CD) pipeline blueprints, to empower engineering with consistent and standardized pipeline blueprints.

In this README:

  • Why do we need this repository?
  • What is the structure of the repository?
  • What is currently in this repository?
  • How does the self-service automation use the repository?

Why do we need this repository?

Each instance of an application-type CI/CD blueprint pipeline has a configuration variable template, named <portfolio>-<product>-config.yml. It contains configuration that is needed and passed by the *-control.yml template to the *-cd.yml continuous delivery template, such as the Azure DevOPs Environment name and parameters needed by the deployment tasks.


What is the structure of the repository?

The structure is simple.

  • All configuration files are stored in the deploy folder.
  • In our v1 blueprints the configuration templates were named deploy/<portfolio>-<product>-config.yml, which resulted in a long and unmaintainable list of configuration files.
  • In our v2 blueprints (this) the configuration templates are named deploy/portfolio/<product-config.yml> delivering a simple hierarchy, divided by portfolio.
    deploy
      |
      +---default.config
      |          |
      |          +--- nuget-package-config.yml
      |
      +--- <portfolio1>
      |          |
      |          +--- <product1>
      |          +--- <product2>
      |          ...
      |          +--- <product...n>
      +--- <portfolio2>
      |          |
      ...          +--- <product2>


What is currently in this repository?

Apart from this readme, this repository contains one sample deploy/<portfolio>-<product>-config.yml configuration file, based on the __101__ starter blueprint.


How does the self-service automation use the repository?

Our self-service automation grabs the sample configuration template, associated with the respective application-type blueprint, and copies it to this repository using the portfolio and product names passed to our self-service automation script.

See Self-service automation - A dream turns into reality for more details.


azuredevops.automation.pipeline.configuration.v2's People

Contributors

wpschaub avatar

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.