mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
Jenkinsfile
This commit is contained in:
parent
91e6ee71d5
commit
4cd9b6ecce
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -13,11 +13,11 @@ pipeline {
|
|||
agent {
|
||||
docker {
|
||||
image 'openjdk:8-jdk-alpine'
|
||||
args '-v $HOME/.m2:/root/.m2'
|
||||
args '-v /var/jenkins_home/.m2:/root/.m2'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh './mvnw clean package'
|
||||
sh './mvnw clean package -DskipTests'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue