mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +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') {
|
||||
node none
|
||||
agent none
|
||||
|
||||
steps {
|
||||
timeout(time: 1, unit: 'HOURS') {
|
||||
|
|
Loading…
Reference in a new issue