From commits-return-11739-archive-asf-public=cust-asf.ponee.io@poi.apache.org Fri Oct 26 11:32:15 2018 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 D5B43180647 for ; Fri, 26 Oct 2018 11:32:14 +0200 (CEST) Received: (qmail 20722 invoked by uid 500); 26 Oct 2018 09:32: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 20712 invoked by uid 99); 26 Oct 2018 09:32:13 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2018 09:32: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 586833A0057 for ; Fri, 26 Oct 2018 09:32:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1844875 - /poi/trunk/jenkins/create_jobs.groovy Date: Fri, 26 Oct 2018 09:32:13 -0000 To: commits@poi.apache.org From: centic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20181026093213.586833A0057@svn01-us-west.apache.org> Author: centic Date: Fri Oct 26 09:32:13 2018 New Revision: 1844875 URL: http://svn.apache.org/viewvc?rev=1844875&view=rev Log: Jenkins DSL: Adjust the view-description, but it is still commented out 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=1844875&r1=1844874&r2=1844875&view=diff ============================================================================== --- poi/trunk/jenkins/create_jobs.groovy (original) +++ poi/trunk/jenkins/create_jobs.groovy Fri Oct 26 09:32:13 2018 @@ -610,7 +610,24 @@ dashboardView("P/POI-new") { //lastSuccessDescription() jacoco() } - description("Jobs related to building/testing Apache POI") + description("\n" + + " \n" + + " \n" + + " \n" + + " \n" + + "
\n" + + "

Apache POI - the Java API for Microsoft Documents

\n" + + "

Most of the POI Jobs are automatically generated by Jenkins Job DSL\n" + + " at https://svn.apache.org/repos/asf/poi/trunk/jenkins,
\n" + + " see https://github.com/jenkinsci/job-dsl-plugin/wiki\n" + + " for more details about the DSL.
\n" + + "

\n" + + "

\n" + + " Findbugs report of latest build -\n" + + " Sonar reports -\n" + + " Coverage of latest build\n" + + "

\n" + + "
") filterBuildQueue(false) filterExecutors(false) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org