Update sonar-8.gitlab-ci.yml

This commit is contained in:
Marcel Feix 2022-06-13 16:05:52 +00:00
parent f4207b5c26
commit 5a0bd3d37c
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -2,8 +2,8 @@
stage: verify stage: verify
variables: variables:
SONAR_HOST_URL: https://sonar.exxcellent.de/sonar8 SONAR_HOST_URL: https://sonar.exxcellent.de/sonar8
#SONAR_PROJECT_KEY: "" SONAR_PROJECT_KEY: ""
#SONAR_PROJECT_NAME: "" SONAR_PROJECT_NAME: ""
SONAR_EXCLUSIONS: "**/target/**,**/src/test/**" SONAR_EXCLUSIONS: "**/target/**,**/src/test/**"
SONAR_QUALITYGATE_WAIT: "true" SONAR_QUALITYGATE_WAIT: "true"
SONAR_QUALITYGATE_TIMEOUT: "10000" SONAR_QUALITYGATE_TIMEOUT: "10000"