From 296c542108e61d5362dd95e32599008ff26a4db0 Mon Sep 17 00:00:00 2001 From: Kevin Sandi Date: Tue, 11 Jan 2022 16:39:32 -0600 Subject: Chore: Enable sonarcloud-qualitygate-wait flag for CPS Force the analysis step to wait for the quality gate result Issue-ID: CIMAN-33 Signed-off-by: Kevin Sandi Change-Id: Ib67b1cbb1d613e72bf489e73e3d69905d7597e86 --- jjb/cps/cps.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb') diff --git a/jjb/cps/cps.yaml b/jjb/cps/cps.yaml index a82df80cf..f618d3db7 100644 --- a/jjb/cps/cps.yaml +++ b/jjb/cps/cps.yaml @@ -94,6 +94,7 @@ sonarcloud-project-organization: '{sonarcloud_project_organization}' sonarcloud-api-token: '{sonarcloud_api_token}' sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' + sonarcloud-qualitygate-wait: true sonar-mvn-goal: '{sonar_mvn_goal}' build-node: centos7-docker-8c-8g project: 'cps' -- cgit 1.2.3-korg