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 C1DF7200C22 for ; Tue, 21 Feb 2017 07:28:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C09B3160B68; Tue, 21 Feb 2017 06:28:14 +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 45180160B3E for ; Tue, 21 Feb 2017 07:28:14 +0100 (CET) Received: (qmail 51596 invoked by uid 500); 21 Feb 2017 06:28:13 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 51587 invoked by uid 99); 21 Feb 2017 06:28:13 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2017 06:28:13 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id BCAB63A0230 for ; Tue, 21 Feb 2017 06:28:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1783830 - /poi/trunk/jenkins/create_jobs.groovy Date: Tue, 21 Feb 2017 06:28:12 -0000 To: commits@poi.apache.org From: centic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170221062812.BCAB63A0230@svn01-us-west.apache.org> archived-at: Tue, 21 Feb 2017 06:28:14 -0000 Author: centic Date: Tue Feb 21 06:28:12 2017 New Revision: 1783830 URL: http://svn.apache.org/viewvc?rev=1783830&view=rev Log: Jenkins DSL: Add one more directory for test-results to try to make Gradle build happy Modified: poi/trunk/jenkins/create_jobs.groovy Modified: poi/trunk/jenkins/create_jobs.groovy URL: http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1783830&r1=1783829&r2=1783830&view=diff ============================================================================== --- poi/trunk/jenkins/create_jobs.groovy (original) +++ poi/trunk/jenkins/create_jobs.groovy Tue Feb 21 06:28:12 2017 @@ -295,7 +295,7 @@ for more details about the DSL. warnings(['Java Compiler (javac)', 'JavaDoc Tool'], null) { resolveRelativePaths() } - archiveJunit('build/ooxml-test-results/*.xml,build/scratchpad-test-results/*.xml,build/test-results/*.xml,build/excelant-test-results/*.xml,build/integration-test-results/*.xml,build/*/build/test-results/test/TEST-*.xml') { + archiveJunit('build/ooxml-test-results/*.xml,build/scratchpad-test-results/*.xml,build/test-results/*.xml,build/excelant-test-results/*.xml,build/integration-test-results/*.xml,build/*/build/test-results/test/TEST-*.xml,build/*/build/test-results/TEST-*.xml') { testDataPublishers { publishTestStabilityData() } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org