mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
use a temporary mount
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
f0a2ab4fed
commit
4542393e0c
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -138,8 +138,9 @@ def mavenBuild(jdk, cmdline, mvnName, consoleParsers) {
|
||||
"MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) {
|
||||
configFileProvider(
|
||||
[configFile(fileId: 'oss-settings.xml', variable: 'GLOBAL_MVN_SETTINGS')]) {
|
||||
sh "mvn -s $GLOBAL_MVN_SETTINGS -Dmaven.repo.local=.repository -Pci -V -B -e -Djetty.testtracker.log=true $cmdline -Dunix.socket.tmp=" +
|
||||
env.JENKINS_HOME
|
||||
sh "mvn -s $GLOBAL_MVN_SETTINGS -Dmaven.repo.local=.repository -Pci -V -B -e -Djetty.testtracker.log=true $cmdline -Dunix.socket.tmp=/tmp/unixsocket"
|
||||
// +
|
||||
// env.JENKINS_HOME
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user