opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

SQ quality gate check does not take branch / PR into account #701

Closed michaelsauter closed 1 year ago

michaelsauter commented 1 year ago

Quality gate check is against overall project, not against branch / PR.

Needs separate params to be passed to the project_status endpoint. Param names are branch=<name> and pullRequest=<id>.