Sfoglia il codice sorgente

Running clean before chrome tests

pull/50/head
Martin Stockhammer 5 anni fa
parent
commit
18964ae30f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Jenkinsfile-itest

+ 1
- 1
Jenkinsfile-itest Vedi File

@@ -128,7 +128,7 @@ pipeline {
// -Pci-server: Profile for CI Server
// -Pit-js: Runs the Selenium tests
// -Pchrome: Activates the Selenium Chrome Test Agent
sh "mvn 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 -Dmaven.compiler.fork=true -DmaxWaitTimeInMs=2000 -DseleniumRemote=true -Pci-server -Pit-js -Pchrome -pl :archiva-webapp-test -DtrimStackTrace=false"
}
}
}

Loading…
Annulla
Salva