mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Changed 'node' to 'agent'.
This commit is contained in:
parent
3a8ca32bb5
commit
4bb44c3c6c
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -29,7 +29,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('SonarQube Quality Gate') {
|
stage('SonarQube Quality Gate') {
|
||||||
node none
|
agent none
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
timeout(time: 1, unit: 'HOURS') {
|
timeout(time: 1, unit: 'HOURS') {
|
||||||
|
|
Loading…
Reference in a new issue