Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C4922200C35 for ; Sun, 12 Mar 2017 23:07:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C34F7160B77; Sun, 12 Mar 2017 22:07:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 40B4F160B69 for ; Sun, 12 Mar 2017 23:07:43 +0100 (CET) Received: (qmail 8310 invoked by uid 500); 12 Mar 2017 22:07:42 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 8301 invoked by uid 99); 12 Mar 2017 22:07:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Mar 2017 22:07:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 44695DFBDA; Sun, 12 Mar 2017 22:07:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tibordigana@apache.org To: commits@maven.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: maven-surefire git commit: [Jenkinsfile] Included junit: failsafe-reports Date: Sun, 12 Mar 2017 22:07:42 +0000 (UTC) archived-at: Sun, 12 Mar 2017 22:07:44 -0000 Repository: maven-surefire Updated Branches: refs/heads/master 944c08d70 -> d468680be [Jenkinsfile] Included junit: failsafe-reports Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/d468680b Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/d468680b Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/d468680b Branch: refs/heads/master Commit: d468680be5d6f2a936df4a7c2efd2172c9eef773 Parents: 944c08d Author: Tibor17 Authored: Sun Mar 12 23:06:43 2017 +0100 Committer: Tibor17 Committed: Sun Mar 12 23:06:43 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/d468680b/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 854f959..cbac90d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { } post { success { - junit '**/target/surefire-reports/**/*.xml' + junit '**/target/surefire-reports/**/*.xml,**/target/failsafe-reports/**/*.xml' } } } @@ -30,7 +30,7 @@ pipeline { } post { success { - junit '**/target/surefire-reports/**/*.xml' + junit '**/target/surefire-reports/**/*.xml,**/target/failsafe-reports/**/*.xml' } } }