mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 21:45:49 +00:00
Re-added QA approval to test quality gate stage.
This commit is contained in:
parent
807a24d22d
commit
73ca495ee7
2 changed files with 2 additions and 4 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -28,8 +28,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
stage('SonarQube Quality Gate') {
|
||||||
stage("SonarQube Quality Gate") {
|
|
||||||
steps {
|
steps {
|
||||||
timeout(time: 1, unit: 'HOURS') {
|
timeout(time: 1, unit: 'HOURS') {
|
||||||
def qg = waitForQualityGate()
|
def qg = waitForQualityGate()
|
||||||
|
@ -39,7 +38,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
stage('Approve for QA') {
|
stage('Approve for QA') {
|
||||||
steps {
|
steps {
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -29,7 +29,7 @@
|
||||||
<thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
|
<thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
|
||||||
<thymeleaf-layout-dialect.version>2.0.4</thymeleaf-layout-dialect.version>
|
<thymeleaf-layout-dialect.version>2.0.4</thymeleaf-layout-dialect.version>
|
||||||
|
|
||||||
<sonar.host.url>https://sonarqube.kcura.corp/</sonar.host.url>
|
<sonar.host.url>http://mssonarstg81.morningstar.com:9000</sonar.host.url>
|
||||||
<sonar.junit.reportsPath>target/surefire-reports</sonar.junit.reportsPath>
|
<sonar.junit.reportsPath>target/surefire-reports</sonar.junit.reportsPath>
|
||||||
<!--
|
<!--
|
||||||
<sonar.branch>master</sonar.branch>
|
<sonar.branch>master</sonar.branch>
|
||||||
|
|
Loading…
Reference in a new issue