mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 16:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
91725e991c
commit
13f6d67a7e
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -19,8 +19,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
echo 'Running build automation'
|
echo 'Running build automation'
|
||||||
sh '''
|
sh '''
|
||||||
mvn clean
|
./mvnw package
|
||||||
mvn build
|
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue