mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
a9701d8c86
commit
91725e991c
1 changed files with 4 additions and 2 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -18,8 +18,10 @@ pipeline {
|
|||
stage('Build') {
|
||||
steps {
|
||||
echo 'Running build automation'
|
||||
sh 'mvn clean'
|
||||
archiveArtifacts artifacts: 'dist/petclinic.zip'
|
||||
sh '''
|
||||
mvn clean
|
||||
mvn build
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
|
Loading…
Reference in a new issue