Skip to content

Azure Pipeline Templates v1 Release

Latest
Compare
Choose a tag to compare
@fitchtech fitchtech released this 25 Feb 02:11
· 10 commits to master since this release
77470ad

Azure Pipeline Templates v1 release tag for use in an Azure Pipeline resource to create multi-stage and multi-job pipelines. Solution for Azure Automation as Code complete with the documentation for steps and preset multistage pipeline templates. Includes automated code stage tests for dotNet test and SonarQube static code analysis. Build stage for Docker image build and push, dotNet build and publish artifacts, and package and publish NuGet artifacts to a feed. Deploy stage for AzureRM templates, Terraform templates, Helm charts, and Kubernetes manifest deployments with a variety of strategies. Automatic promote and reject stages for Kubernetes canary strategy. Test stage for functional test jobs, run Visual Studio test tasks in parallel jobs or serially. Use promote and reject stages for blue/green deployment strategies using ARM or Terraform templates. Conditionally applying changes in the promote stage and if any job fails delete/destroy the deployment in the reject stage.

repository: templates # Resource identifier for template usage
type: github
name: fitchtech/AzurePipelines # This repository
ref: refs/tags/v1 # The tagged release of the repository
endpoint: GitHub # Azure Service Connection Name