From e0ad9625f5707a875006ddcebd47b88fcdb6248e Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Fri, 26 Oct 2018 09:32:13 +0000 Subject: [PATCH] Jenkins DSL: Adjust the view-description, but it is still commented out git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844875 13f79535-47bb-0310-9956-ffa450edef68 --- jenkins/create_jobs.groovy | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 6095a57e0..6e683bfb8 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -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)