mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +00:00
Updated Jenkinsfile
This commit is contained in:
parent
308e67eb4b
commit
b80368dd40
1 changed files with 0 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -4,7 +4,6 @@ pipeline {
|
||||||
stage(‘Build’) {
|
stage(‘Build’) {
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn --version'
|
sh 'mvn --version'
|
||||||
sh 'mvn package'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue