]> source.dussan.org Git - poi.git/commitdiff
Jenkins DSL: Adjust the view-description, but it is still commented out
authorDominik Stadler <centic@apache.org>
Fri, 26 Oct 2018 09:32:13 +0000 (09:32 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 26 Oct 2018 09:32:13 +0000 (09:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844875 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 6095a57e064a5547885bf3d5f7b987ffb1107121..6e683bfb835687e18fe122c56d71f0b72d7e6d97 100644 (file)
@@ -610,7 +610,24 @@ dashboardView("P/POI-new") {
         //lastSuccessDescription()
         jacoco()
     }
-    description("Jobs related to building/testing Apache POI")
+    description("<table>\n" +
+            "  <tr>\n" +
+            "    <td><img src=\"https://poi.apache.org/images/project-header.png\" /></td>\n" +
+            "    <td>  \n" +
+            "      <p>Apache POI - the Java API for Microsoft Documents</p>\n" +
+            "      <p><b>Most of the POI Jobs are automatically generated by Jenkins Job DSL\n" +
+            "        at <a href=\"https://svn.apache.org/repos/asf/poi/trunk/jenkins\">https://svn.apache.org/repos/asf/poi/trunk/jenkins</a>,<br/>\n" +
+            "        see <a href=\"https://github.com/jenkinsci/job-dsl-plugin/wiki\">https://github.com/jenkinsci/job-dsl-plugin/wiki</a>\n" +
+            "        for more details about the DSL.</b>\n" +
+            "      </p>\n" +
+            "      <p>\n" +
+            "      <b><a href=\"job/POI-DSL-1.8/lastSuccessfulBuild/findbugsResult/\" target=\"_blank\">Findbugs report of latest build</a></b> -\n" +
+            "      <b><a href=\"https://builds.apache.org/analysis/dashboard?id=org.apache.poi%3Apoi-parent&did=1\" target=\"_blank\">Sonar reports</a></b> -\n" +
+            "      <b><a href=\"job/POI-DSL-1.8/lastSuccessfulBuild/artifact/build/coverage/index.html\" target=\"_blank\">Coverage of latest build</a></b>\n" +
+            "      </p>\n" +
+            "    </td>\n" +
+            "  </tr>\n" +
+            "</table>")
     filterBuildQueue(false)
     filterExecutors(false)