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

abesto pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fb0045  [jenkins] Add --batch-mode to build/test phase as well
0fb0045 is described below

commit 0fb0045c1b066d49cb8305f39745b81b898fb1e7
Author: Zoltan Nagy <[email protected]>
AuthorDate: Thu Jan 31 11:45:07 2019 +0000

    [jenkins] Add --batch-mode to build/test phase as well
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a9f923a..34fdbed 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -53,7 +53,7 @@ pipeline {
         stage('Run tests') {
             steps {
                 // use install, as opposed to verify, to ensure invoker tests 
use latest code
-                sh './mvnw clean install'
+                sh './mvnw clean install --batch-mode'
             }
         }
 

Reply via email to