Skip to content

Commit

Permalink
(build) Add templated notifications to all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Windos committed Sep 17, 2024
1 parent f299880 commit 5ca5169
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ object ChocolateyGUI : BuildType({
id = AbsoluteId("ChocolateyGUI")
name = "Chocolatey GUI (Built with Unit Tests)"

templates(AbsoluteId("SlackNotificationTemplate"))

artifactRules = """
""".trimIndent()

Expand Down Expand Up @@ -87,6 +89,8 @@ object ChocolateyGUISchd : BuildType({
id = AbsoluteId("ChocolateyGUISchd")
name = "Chocolatey GUI (Scheduled Integration Testing)"

templates(AbsoluteId("SlackNotificationTemplate"))

artifactRules = """
""".trimIndent()

Expand Down Expand Up @@ -149,6 +153,8 @@ object ChocolateyGUIQA : BuildType({
id = AbsoluteId("ChocolateyGUIQA")
name = "Chocolatey GUI (SonarQube)"

templates(AbsoluteId("SlackNotificationTemplate"))

artifactRules = """
""".trimIndent()

Expand Down Expand Up @@ -213,6 +219,8 @@ object ChocolateyGUISign : BuildType({
id = AbsoluteId("ChocolateyGUISign")
name = "Chocolatey GUI (Script Signing)"

templates(AbsoluteId("SlackNotificationTemplate"))

artifactRules = """
""".trimIndent()

Expand Down

0 comments on commit 5ca5169

Please sign in to comment.