Revert "use an other local repository to try having install plugin stuck..."

This reverts commit ef17962f51.
This commit is contained in:
olivier lamy 2018-04-20 16:38:52 +10:00
parent ef17962f51
commit 791d4c7d2c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ def getFullBuild(jdk, os) {
jdk: "$jdk",
publisherStrategy: 'EXPLICIT',
globalMavenSettingsConfig: 'oss-settings.xml',
mavenLocalRepo: ".repository") {
mavenLocalRepo: "${env.JENKINS_HOME}/${env.EXECUTOR_NUMBER}") {
sh "mvn -V -B clean install -DskipTests -T6"
}