You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/04/11 22:15:44 UTC

[archiva] 02/02: debug

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

olamy pushed a commit to branch debug-it-tests
in repository https://gitbox.apache.org/repos/asf/archiva.git

commit 0251a0a8e4d30d83deabe52d3c13f3d2fa5d6fe2
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Tue Apr 12 08:15:26 2022 +1000

    debug
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile-itest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile-itest b/Jenkinsfile-itest
index 486967f90..2c85fd46b 100644
--- a/Jenkinsfile-itest
+++ b/Jenkinsfile-itest
@@ -91,7 +91,7 @@ pipeline {
                                 // -Dmaven.compiler.fork=true: Compile in a separate forked process
                                 // -Pci-server: Profile for CI-Server
                                 // -Pit-js: Run the selenium test
-                                sh "mvn clean verify -B -V -U -e -fae -DmaxWaitTimeInMs=2000 -Pci-server -Pit-js -DtrimStackTrace=false -Djava.io.tmpdir=.tmp -pl :archiva-webapp-test"
+                                sh "mvn clean verify -X -B -V -U -e -fae -DmaxWaitTimeInMs=2000 -Pci-server -Pit-js -DtrimStackTrace=false -Djava.io.tmpdir=.tmp -pl :archiva-webapp-test"
 
                             }
                 }