Closed robertjahn closed 3 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
The WaitFor task now contains two extra fields to control this behavior. "markBuildOnError" and "markBuildOnWarning" with possible values:
The drop down list is doubled up in the Web UI
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