TeamCity change in 'Open-source projects :: Storybook' project: snapshot dependency was added in 'Build' build configuration

This commit is contained in:
filipp.riabchun 2018-04-25 10:34:49 +00:00 committed by root
parent b2b3e64291
commit 75e1bb1a5f

View File

@ -0,0 +1,25 @@
package OpenSourceProjects_Storybook.patches.buildTypes
import jetbrains.buildServer.configs.kotlin.v2017_2.*
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 buildType with uuid = '2b9c73e2-0a6e-47ca-95ae-729cac42be2b' (id = 'OpenSourceProjects_Storybook_Build_2')
accordingly and delete the patch script.
*/
changeBuildType("2b9c73e2-0a6e-47ca-95ae-729cac42be2b") {
dependencies {
expect("OpenSourceProjects_Storybook_Chromatic") {
snapshot {
onDependencyCancel = FailureAction.CANCEL
}
}
update("OpenSourceProjects_Storybook_Chromatic") {
snapshot {
onDependencyCancel = FailureAction.ADD_PROBLEM
}
}
}
}