BLD FIX docker agent jenkins home volume
de.nclazz/maven-boot/pipeline/head There was a failure building this commit Details

develop
Niclas Thobaben 2020-12-01 00:04:14 +01:00
parent 4fd725e151
commit 5ffbd1000a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'maven:3-alpine'
args '-v /var/jenkins_home/.m2:/root/.m2:z -u root'
args '-v $HOME/.m2:/root/.m2'
reuseNode true
}
}