mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
a3e571265c
commit
c2162298f3
1 changed files with 8 additions and 2 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -10,8 +10,14 @@ pipeline {
|
|||
}
|
||||
}
|
||||
steps {
|
||||
sh 'mvn clean install'
|
||||
sh 'mvn clean install -Dmaven.test.skip=true'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Docker Build') {
|
||||
agent any
|
||||
steps {
|
||||
sh 'docker build -t mrcool435/spring-petclinic:latest .'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue