mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
TeamCity change in 'Storybook' project: triggers of 'Test Workflow' build configuration were updated
This commit is contained in:
parent
c84bf225e7
commit
47d33fd085
23
.teamcity/patches/buildTypes/TestWorkflow.kts
vendored
Normal file
23
.teamcity/patches/buildTypes/TestWorkflow.kts
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
package patches.buildTypes
|
||||
|
||||
import jetbrains.buildServer.configs.kotlin.v2019_2.*
|
||||
import jetbrains.buildServer.configs.kotlin.v2019_2.triggers.VcsTrigger
|
||||
import jetbrains.buildServer.configs.kotlin.v2019_2.triggers.vcs
|
||||
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.*
|
||||
|
||||
/*
|
||||
This patch script was generated by TeamCity on settings change in UI.
|
||||
To apply the patch, change the buildType with id = 'TestWorkflow'
|
||||
accordingly, and delete the patch script.
|
||||
*/
|
||||
changeBuildType(RelativeId("TestWorkflow")) {
|
||||
triggers {
|
||||
val trigger1 = find<VcsTrigger> {
|
||||
vcs {
|
||||
}
|
||||
}
|
||||
trigger1.apply {
|
||||
quietPeriodMode = VcsTrigger.QuietPeriodMode.USE_DEFAULT
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user