You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/08/24 08:30:59 UTC

[karaf] branch karaf-4.2.x updated: Add -fae on test execution (on Jenkins)

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new c9ab78b  Add -fae on test execution (on Jenkins)
c9ab78b is described below

commit c9ab78ba813cd6442bd2496657f577795614037c
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Aug 24 07:53:05 2021 +0200

    Add -fae on test execution (on Jenkins)
    
    (cherry picked from commit 8692f8281ce281776b649c3ae49e79635f62cae5)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3aef6f7..4640378 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -79,7 +79,7 @@ pipeline {
         stage('Tests') {
             steps {
                 echo 'Running tests'
-                sh 'mvn -B -e test -Ptest'
+                sh 'mvn -B -e -fae test -Ptest'
             }
             post {
                 always {