mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Changed the wait on SQ so that it doesn't keep a node.
This commit is contained in:
parent
17398b9f29
commit
3a8ca32bb5
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -29,6 +29,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('SonarQube Quality Gate') {
|
stage('SonarQube Quality Gate') {
|
||||||
|
node none
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
timeout(time: 1, unit: 'HOURS') {
|
timeout(time: 1, unit: 'HOURS') {
|
||||||
script {
|
script {
|
||||||
|
|
Loading…
Reference in a new issue