diff options
author | Kevin Sandi <ksandi@contractor.linuxfoundation.org> | 2022-01-11 16:39:32 -0600 |
---|---|---|
committer | Kevin Sandi <ksandi@contractor.linuxfoundation.org> | 2022-01-11 16:43:30 -0600 |
commit | 296c542108e61d5362dd95e32599008ff26a4db0 (patch) | |
tree | 2adb309d1dc811d90d6545a3e0595edbeccc6689 /jjb | |
parent | ac1518ff055f25bb9389102598c477a0a7dde868 (diff) |
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 <ksandi@contractor.linuxfoundation.org>
Change-Id: Ib67b1cbb1d613e72bf489e73e3d69905d7597e86
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/cps/cps.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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' |