Browse Source

not forked compilation

Signed-off-by: Olivier Lamy <olamy@apache.org>
pull/67/head
Olivier Lamy 1 year ago
parent
commit
c1ad3bfd12
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Jenkinsfile-itest

+ 1
- 1
Jenkinsfile-itest View File

@@ -146,7 +146,7 @@ pipeline {
// -Pci-server: Profile for CI Server
// -Pit-js: Runs the Selenium tests
// -Pchrome: Activates the Selenium Chrome Test Agent
sh "mvn clean verify -B -V -e -fae -Dmaven.compiler.fork=true -DmaxWaitTimeInMs=2000 -DseleniumRemote=true -Pci-server -Pit-js -Pchrome -pl :archiva-webapp-test -DtrimStackTrace=false"
sh "mvn clean verify -B -V -e -fae -DmaxWaitTimeInMs=2000 -DseleniumRemote=true -Pci-server -Pit-js -Pchrome -pl :archiva-webapp-test -DtrimStackTrace=false"
}
}
}

Loading…
Cancel
Save