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.git


The following commit(s) were added to refs/heads/main by this push:
     new 8692f82  Add -fae on test execution (on Jenkins)
     new a974020  Merge pull request #1422 from jbonofre/FAE
8692f82 is described below

commit 8692f8281ce281776b649c3ae49e79635f62cae5
Author: jbonofre <[email protected]>
AuthorDate: Tue Aug 24 07:53:05 2021 +0200

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

diff --git a/Jenkinsfile b/Jenkinsfile
index b9f1150..2da7880 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 {

Reply via email to