chore(Sonar 8): Fix names of sonar template jobs.
This commit is contained in:
parent
83aada8d2c
commit
6f6ac98d6f
@ -8,7 +8,7 @@
|
|||||||
SONAR_QUALITYGATE_WAIT: "true"
|
SONAR_QUALITYGATE_WAIT: "true"
|
||||||
SONAR_QUALITYGATE_TIMEOUT: "10000"
|
SONAR_QUALITYGATE_TIMEOUT: "10000"
|
||||||
|
|
||||||
.sonar-template:
|
.sonar-maven:
|
||||||
extends: .sonar-template-common
|
extends: .sonar-template-common
|
||||||
image: $MAVEN_IMAGE
|
image: $MAVEN_IMAGE
|
||||||
script:
|
script:
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"-Dsonar.qualitygate.wait=$SONAR_QUALITYGATE_WAIT"
|
"-Dsonar.qualitygate.wait=$SONAR_QUALITYGATE_WAIT"
|
||||||
"-Dsonar.qualitygate.timeout=$SONAR_QUALITYGATE_TIMEOUT"
|
"-Dsonar.qualitygate.timeout=$SONAR_QUALITYGATE_TIMEOUT"
|
||||||
|
|
||||||
.sonar-template-gradle:
|
.sonar-gradle:
|
||||||
extends: .sonar-template-common
|
extends: .sonar-template-common
|
||||||
image: $GRADLE_IMAGE
|
image: $GRADLE_IMAGE
|
||||||
script:
|
script:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user