mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
changes sh command
This commit is contained in:
parent
f8706eed47
commit
57d779b101
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -19,7 +19,8 @@ pipeline {
|
|||
}
|
||||
stage('build and packaging') {
|
||||
steps {
|
||||
sh : 'mvn package'
|
||||
|
||||
sh : "mvn package"
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue