You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/05/21 07:17:12 UTC

[archiva] branch master updated: Adding prepare job before running webtest

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f81c46  Adding prepare job before running webtest
3f81c46 is described below

commit 3f81c46ba09615f11646ce8dcffe12c6f7632196
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Mon May 21 09:17:08 2018 +0200

    Adding prepare job before running webtest
---
 Jenkinsfile-itest | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile-itest b/Jenkinsfile-itest
index 5e33c50..72cde91 100644
--- a/Jenkinsfile-itest
+++ b/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"
 
                             }

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.