mirror of https://github.com/apache/archiva.git
Adding prepare job before running webtest
This commit is contained in:
parent
6ae9703f1d
commit
3f81c46ba0
|
@ -78,7 +78,8 @@ pipeline {
|
||||||
// -fae: Fail at the end
|
// -fae: Fail at the end
|
||||||
// -Dmaven.compiler.fork=true: Compile in a separate forked process
|
// -Dmaven.compiler.fork=true: Compile in a separate forked process
|
||||||
// -Pci-server: Profile for CI-Server
|
// -Pci-server: Profile for CI-Server
|
||||||
// -Pit-js: Run the selenium testsh
|
// -Pit-js: Run the selenium test
|
||||||
|
sh "mvn clean install -B -U -Dmaven.test.skip=true -T2"
|
||||||
sh "mvn clean install -B -V -U -e -fae -Dmaven.compiler.fork=true -DmaxWaitTimeInMs=2000 -Pci-server -Pit-js -DtrimStackTrace=false -pl :archiva-webapp-test"
|
sh "mvn clean install -B -V -U -e -fae -Dmaven.compiler.fork=true -DmaxWaitTimeInMs=2000 -Pci-server -Pit-js -DtrimStackTrace=false -pl :archiva-webapp-test"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue