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:00:48 +01:00
parent 406f79ad81
commit 4fd725e151
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 $HOME/.m2:/var/jenkins_home/.m2:z -u root'
args '-v /var/jenkins_home/.m2:/root/.m2:z -u root'
reuseNode true
}
}