You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2019/02/03 21:25:12 UTC

[directory-server] branch jenkinsfile2 updated: Disable junit

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

seelmann pushed a commit to branch jenkinsfile2
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/jenkinsfile2 by this push:
     new 78bee68  Disable junit
78bee68 is described below

commit 78bee686fedfd959594d54748fa77da55a75a47d
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sun Feb 3 22:25:01 2019 +0100

    Disable junit
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 448022f..b7cacb7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -59,7 +59,7 @@ pipeline {
           }
           post {
             always {
-              junit '**/target/surefire-reports/*.xml'
+              //junit '**/target/surefire-reports/*.xml'
               archiveArtifacts artifacts: '**/target/surefire-reports/**'
               deleteDir()
             }