keptn-sandbox / keptn-azure-devops-extension

Azure DevOps Extension for integrating Keptn with your Azure DevOps Pipelines
Apache License 2.0
6 stars 4 forks source link

Send cloud-event to Keptn: Add feature to control evaluation of results #7

Closed robertjahn closed 3 years ago

robertjahn commented 4 years ago

Add configuration option to control how the quality gate results are processed.

Here is reference to one way to do this.

Here is reference code that implements this logic https://bitbucket.org/keptn/keptn-quality-gate/src/239ea4a5679a93c06908cf5f9a065aa36a1aa20d/pipe/pipe.sh#lines-91

heydenb commented 4 years ago

The WaitFor task now contains two extra fields to control this behavior. "markBuildOnError" and "markBuildOnWarning" with possible values:

robertjahn commented 4 years ago

The drop down list is doubled up in the Web UI

image