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
752f8d8103
commit
8aff9e977e
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -12,7 +12,7 @@ pipeline {
|
||||||
stage('Build the code') {
|
stage('Build the code') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
docker.image('openjdk:8-jdk-alpine').inside('-v /var/jenkins_home/.m2:/root/.m2') {
|
docker.image('openjdk:8-jdk-alpine').inside('-v /tmp/.m2:/root/.m2') {
|
||||||
sh '''
|
sh '''
|
||||||
./mvnw clean package -DskipTests -T 2
|
./mvnw clean package -DskipTests -T 2
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue