Author: centic
Date: Thu May 4 08:52:44 2017
New Revision: 1793754
URL: http://svn.apache.org/viewvc?rev=1793754&view=rev
Log:
Revert creating a view as part of the Jenkins DSL as it did not allow to create
the view as part of a folder/sub-view
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=1793754&r1=1793753&r2=1793754&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Thu May 4 08:52:44 2017
@@ -338,6 +338,8 @@ for more details about the DSL.</b>
}
}
+/* I tried to put the view into a sub-folder/sub-view, but failed, there are
multiple related
+ plugins so this is all a bit confusing :(, see also
https://issues.apache.org/jira/browse/INFRA-14002
dashboardView("P/POI-new") {
columns {
status()
@@ -354,13 +356,13 @@ dashboardView("P/POI-new") {
jacoco()
}
description("Jobs related to building/testing Apache POI")
- filterBuildQueue(true)
+ filterBuildQueue(false)
filterExecutors(false)
// Job selection
- jobs {
- regex(/.*POI.*/)
- }
+ jobs {*/
+ //regex(/.*POI.*/)
+ /*}
// Layout
topPortlets {
@@ -378,4 +380,4 @@ dashboardView("P/POI-new") {
testStatisticsGrid()
buildStatistics()
}
-}
+}*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]