mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:05:48 +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') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Running build automation'
|
echo 'Running build automation'
|
||||||
sh 'mvn clean'
|
sh '''
|
||||||
archiveArtifacts artifacts: 'dist/petclinic.zip'
|
mvn clean
|
||||||
|
mvn build
|
||||||
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
|
|
Loading…
Reference in a new issue