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:08:39 +01:00
parent 5ffbd1000a
commit 7406caf744
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -13,6 +13,7 @@ pipeline {
sh 'mvn --version'
sh 'echo $M2_HOME'
sh 'mvn help:effective-settings'
sh 'ls -l /root/.m2'
}
}