Skip to content

Commit

Permalink
Remove triggers in CLI Test, activate retry trigger in Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Sep 18, 2018
1 parent 35d23fa commit 6240230
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ object OpenSourceProjects_Storybook_Build_2 : BuildType({
}
retryBuild {
delaySeconds = 60
enabled = false
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,6 @@ object OpenSourceProjects_Storybook_CliTest : BuildType({
}
}

triggers {
vcs {
quietPeriodMode = VcsTrigger.QuietPeriodMode.USE_DEFAULT
triggerRules = "-:comment=^TeamCity change:**"
branchFilter = """
+:pull/*
+:release/*
+:master
+:dependencies.io-*
""".trimIndent()
}
retryBuild {}
}

features {
commitStatusPublisher {
publisher = github {
Expand Down

0 comments on commit 6240230

Please sign in to comment.