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:39:10 +01:00
parent eb7c75642d
commit c8101d059f
2 changed files with 2 additions and 3 deletions

2
Jenkinsfile vendored
View File

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

View File

@ -1,5 +1,4 @@
# Maven Boot
# Maven Boot
[![Build Status](https://jenkins.niclas-thobaben.de/buildStatus/icon?job=de.nclazz%2Fmaven-boot%2Fmaster)](https://jenkins.niclas-thobaben.de/job/de.nclazz/job/maven-boot/job/master/)
This Project is the parent Maven project for all [de.nclazz](https://git.l--n.de/de.nclazz) projects.