]> source.dussan.org Git - archiva.git/commitdiff
Adding prepare job before running webtest
authorMartin Stockhammer <martin_s@apache.org>
Mon, 21 May 2018 07:17:08 +0000 (09:17 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Mon, 21 May 2018 07:17:08 +0000 (09:17 +0200)
Jenkinsfile-itest

index 5e33c508e5b045c1cf33970d8bcf4dc4ac6d8fef..72cde919fb6a092321e122eea491d1c99c7feb1a 100644 (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"
 
                             }