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:15:19 +01:00
parent 7aa854f5d0
commit ef1414e6aa
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 'echo $M2_HOME'
sh 'cat /root/.m2/docker-settings.xml'
sh 'mvn help:effective-settings'
sh 'ls -l /root/.m2'
}