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/09/06 09:15:46 UTC

[karaf-decanter] branch main updated: Add failAtEnd option to test execution on Jenkins

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6476d51  Add failAtEnd option to test execution on Jenkins
     new 323d0f1  Merge pull request #247 from jbonofre/FAE
6476d51 is described below

commit 6476d51ad12891a97100ad17035661d786d85307
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Sep 6 10:42:30 2021 +0200

    Add failAtEnd option to test execution on Jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index fb99c06..c9d6728 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 -fae -e test -Ptest'
             }
             post {
                 always {