Revert "use an other local repository to try having install plugin stuck..."
This reverts commit ef17962f51
.
This commit is contained in:
parent
ef17962f51
commit
791d4c7d2c
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue