mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Fix syntax error
This commit is contained in:
parent
a6f76c59a7
commit
7b1f95e91b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -15,7 +15,7 @@ pipeline {
|
|||
}
|
||||
|
||||
stage("build") {
|
||||
agent { label: "build" }
|
||||
agent { label "build" }
|
||||
steps {
|
||||
sh "mvn clean package"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue