fix: wait for qualitygate when running sonarqube pipeline
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 3m6s
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 3m6s
This commit is contained in:
parent
82a1377293
commit
63a3ab6b2a
1 changed files with 3 additions and 1 deletions
|
@ -139,4 +139,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ vars.SONARQUBE_HOST }}
|
SONAR_HOST_URL: ${{ vars.SONARQUBE_HOST }}
|
||||||
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
|
run: >
|
||||||
|
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
|
||||||
|
-Dsonar.qualitygate.wait=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue