mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
added
This commit is contained in:
parent
d795a2122a
commit
e4626fd295
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,7 +19,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('package') {
|
stage('package') {
|
||||||
steps {
|
steps {
|
||||||
sh script: 'mvn package'
|
sh 'mvn package'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build') {
|
stage('build') {
|
||||||
|
|
Loading…
Reference in a new issue