mirror of https://github.com/apache/archiva.git
Adding workspace preparation for JDK11
This commit is contained in:
parent
12d234b4c6
commit
12827812ac
|
@ -147,6 +147,8 @@ pipeline {
|
||||||
options: publishers
|
options: publishers
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
sh "chmod 755 ./src/ci/scripts/prepareWorkspace.sh"
|
||||||
|
sh "./src/ci/scripts/prepareWorkspace.sh"
|
||||||
sh "mvn clean install -U -B -e -fae -Dmaven.compiler.fork=true -Pci-build -T${THREADS}"
|
sh "mvn clean install -U -B -e -fae -Dmaven.compiler.fork=true -Pci-build -T${THREADS}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue