From 872d6ff579aa55ddffcea0e4ac02c10cf1ea4fa8 Mon Sep 17 00:00:00 2001 From: "filipp.riabchun" Date: Thu, 19 Apr 2018 18:01:23 +0000 Subject: [PATCH] TeamCity change in 'Open-source projects :: Storybook' project: New custom chart added to buildtype-graphs --- .../69382d9b-7791-418a-9ff6-1c83b86ed6b5.kts | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .teamcity/OpenSourceProjects_Storybook/patches/projects/69382d9b-7791-418a-9ff6-1c83b86ed6b5.kts diff --git a/.teamcity/OpenSourceProjects_Storybook/patches/projects/69382d9b-7791-418a-9ff6-1c83b86ed6b5.kts b/.teamcity/OpenSourceProjects_Storybook/patches/projects/69382d9b-7791-418a-9ff6-1c83b86ed6b5.kts new file mode 100644 index 00000000000..4b3677716fc --- /dev/null +++ b/.teamcity/OpenSourceProjects_Storybook/patches/projects/69382d9b-7791-418a-9ff6-1c83b86ed6b5.kts @@ -0,0 +1,33 @@ +package OpenSourceProjects_Storybook.patches.projects + +import jetbrains.buildServer.configs.kotlin.v2017_2.* +import jetbrains.buildServer.configs.kotlin.v2017_2.Project +import jetbrains.buildServer.configs.kotlin.v2017_2.ui.* + +/* +This patch script was generated by TeamCity on settings change in UI. +To apply the patch, change the project with uuid = '69382d9b-7791-418a-9ff6-1c83b86ed6b5' (id = 'OpenSourceProjects_Storybook') +accordingly and delete the patch script. +*/ +changeProject("69382d9b-7791-418a-9ff6-1c83b86ed6b5") { + features { + add { + feature { + type = "buildtype-graphs" + id = "PROJECT_EXT_132" + param("series", """ + [ + { + "type": "valueType", + "title": "Build Duration (all stages)", + "key": "BuildDuration" + } + ] + """.trimIndent()) + param("format", "text") + param("title", "Build Duration") + param("seriesTitle", "Serie") + } + } + } +}