Browse Source

Adding prepare job before running webtest

pull/46/head
Martin Stockhammer 6 years ago
parent
commit
3f81c46ba0
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Jenkinsfile-itest

+ 2
- 1
Jenkinsfile-itest View File

@@ -78,7 +78,8 @@ pipeline {
// -fae: Fail at the end
// -Dmaven.compiler.fork=true: Compile in a separate forked process
// -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"

}

Loading…
Cancel
Save