瀏覽代碼

Adding prepare job before running webtest

pull/46/head
Martin Stockhammer 6 年之前
父節點
當前提交
3f81c46ba0
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      Jenkinsfile-itest

+ 2
- 1
Jenkinsfile-itest 查看文件

@@ -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…
取消
儲存