Helper library to simplify getting TFS & Azure DevOps release errors and stats
Перейти к файлу
microsoft-github-policy-service[bot] 005e5945bd
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:10:52 +00:00
Tapas.CICD.ReleaseHelper added Tapas.CICD.ReleaseHelper.Test (#2) 2018-11-21 17:41:04 -08:00
Tapas.CICD.ReleaseHelper.Test added Tapas.CICD.ReleaseHelper.Test (#2) 2018-11-21 17:41:04 -08:00
.gitattributes initial commit of Tapas.CICD.ReleaseHelper v0.5.3 (#1) 2018-11-21 16:46:09 -08:00
.gitignore Initial commit 2018-10-18 11:58:43 -07:00
LICENSE Initial commit 2018-10-18 11:58:47 -07:00
README.md initial commit of Tapas.CICD.ReleaseHelper v0.5.3 (#1) 2018-11-21 16:46:09 -08:00
SECURITY.md Microsoft mandatory file 2022-08-17 14:51:44 +00:00
Tapas.CICD.ReleaseHelper.sln added Tapas.CICD.ReleaseHelper.Test (#2) 2018-11-21 17:41:04 -08:00

README.md

ReleaseHelper

Overview

ReleaseHelper is a library that is designed to help make various calls to the Azure DevOps release api in order to gain valuable information about releases. The following methods are available.

  • Clone Release Environment  
    • copy an existing environment created by hand and considered the "gold" template
    • also allows updating the deployment group
  • Get Deployment Errors  
    • Dump out the last x number of deploytment errors in JSON format including summary of the artifacts
    • Dump out the deploytment errors between two specific dates in JSON format including summary of the artifacts
  • Get Tfs Release Environment Names  
    • Dump out the environment names within a release definition. Useful when you have a ton of environments in a definition.

Downloads

The latest stable release of ReleaseHelper is available on Nuget or can be downloaded and built from GitHub.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.