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:16:08 +01:00
parent ef1414e6aa
commit 2ae370e9e2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
stage('Check Container') {
steps {
sh 'mvn --version'
sh 'cat /root/.m2/docker-settings.xml'
sh 'cat /root/.m2/settings-docker.xml'
sh 'mvn help:effective-settings'
sh 'ls -l /root/.m2'
}