Skip to content

Commit

Permalink
Merge pull request #3 from gradle/cobexer/update-vcs-trigger
Browse files Browse the repository at this point in the history
TeamCity: update VCS Trigger definition
  • Loading branch information
cobexer authored Sep 9, 2024
2 parents 9b1c6b2 + aa369e0 commit 42532fc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .teamcity/src/main/kotlin/TestTrigger.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,16 @@ class TestTrigger(dependencies: List<BuildType>) : BaseBuildType({

triggers {
vcs {
quietPeriodMode = VcsTrigger.QuietPeriodMode.USE_CUSTOM
quietPeriod = 0

branchFilter = """
+:(*)
+:gh-readonly-(queue/*/pr-*)-*
+:*
""".trimIndent()

triggerRules = """
+:.
""".trimIndent()

perCheckinTriggering = true
enableQueueOptimization = false
enabled = true
}
}
Expand Down

0 comments on commit 42532fc

Please sign in to comment.