TeamCity change in 'Open-source projects / Storybook' project: Custom chart PROJECT_EXT_306 was modified in project-graphs

This commit is contained in:
ndelangen 2018-08-01 21:39:13 +00:00 committed by root
parent c0180db5e7
commit be2dfb774c

View File

@ -13,6 +13,30 @@ accordingly, and delete the patch script.
changeProject("69382d9b-7791-418a-9ff6-1c83b86ed6b5") {
features {
val feature1 = find<ProjectFeature> {
feature {
type = "project-graphs"
id = "PROJECT_EXT_306"
param("format", "duration")
param("series", """
[
{
"type": "valueType",
"title": "Build Duration (all stages)",
"sourceBuildTypeId": "OpenSourceProjects_Storybook_Build_2",
"key": "BuildDuration"
}
]
""".trimIndent())
param("seriesTitle", "Serie")
param("title", "New chart title")
}
}
feature1.apply {
param("hideFilters", "")
param("title", "Build Duration (all stages)")
param("defaultFilters", "")
}
val feature2 = find<ProjectFeature> {
feature {
type = "project-graphs"
id = "PROJECT_EXT_307"
@ -33,7 +57,7 @@ changeProject("69382d9b-7791-418a-9ff6-1c83b86ed6b5") {
param("title", "New chart title")
}
}
feature1.apply {
feature2.apply {
param("title", "Covered Percentage of JS Lines")
}
}