Try to define the view as part of the Jenkins DSL, also try to move the view into sub-folder, see also INFRA-14002
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793752 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb28b14d48
commit
350f9d6f2a
@ -337,3 +337,45 @@ for more details about the DSL.</b>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dashboardView("P/POI-new") {
|
||||
columns {
|
||||
status()
|
||||
weather()
|
||||
configureProject()
|
||||
buildButton()
|
||||
cronTrigger()
|
||||
lastBuildConsole()
|
||||
name()
|
||||
lastSuccess()
|
||||
lastFailure()
|
||||
lastDuration()
|
||||
//lastSuccessDescription()
|
||||
jacoco()
|
||||
}
|
||||
description("Jobs related to building/testing Apache POI")
|
||||
filterBuildQueue(true)
|
||||
filterExecutors(false)
|
||||
|
||||
// Job selection
|
||||
jobs {
|
||||
regex(/.*POI.*/)
|
||||
}
|
||||
|
||||
// Layout
|
||||
topPortlets {
|
||||
jenkinsJobsList {
|
||||
displayName('POI jobs')
|
||||
}
|
||||
}
|
||||
leftPortlets {
|
||||
testStatisticsChart()
|
||||
}
|
||||
rightPortlets {
|
||||
testTrendChart()
|
||||
}
|
||||
bottomPortlets {
|
||||
testStatisticsGrid()
|
||||
buildStatistics()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user