From commits-return-50782-archive-asf-public=cust-asf.ponee.io@directory.apache.org Sun Feb 3 21:25:14 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 043A8180626 for ; Sun, 3 Feb 2019 22:25:13 +0100 (CET) Received: (qmail 66079 invoked by uid 500); 3 Feb 2019 21:25:13 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 66070 invoked by uid 99); 3 Feb 2019 21:25:13 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Feb 2019 21:25:13 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9BECE857C4; Sun, 3 Feb 2019 21:25:12 +0000 (UTC) Date: Sun, 03 Feb 2019 21:25:12 +0000 To: "commits@directory.apache.org" Subject: [directory-server] branch jenkinsfile2 updated: Disable junit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154922911224.16521.8660837167107698843@gitbox.apache.org> From: seelmann@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: directory-server X-Git-Refname: refs/heads/jenkinsfile2 X-Git-Reftype: branch X-Git-Oldrev: a05091477a964c7172651dc54e0dc18bde0c23b2 X-Git-Newrev: 78bee686fedfd959594d54748fa77da55a75a47d X-Git-Rev: 78bee686fedfd959594d54748fa77da55a75a47d X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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() }