We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27337f commit 641bedbCopy full SHA for 641bedb
1 file changed
.teamcity/src/projects/Kibana.kt
@@ -32,7 +32,7 @@ fun Kibana(config: KibanaConfiguration = KibanaConfiguration()) : Project {
32
param("teamcity.ui.settings.readOnly", "true")
33
34
// https://github.com/JetBrains/teamcity-webhooks
35
- param("teamcity.internal.webhooks.enable", "false")
+ param("teamcity.internal.webhooks.enable", "true")
36
param("teamcity.internal.webhooks.events", "BUILD_STARTED;BUILD_FINISHED;BUILD_INTERRUPTED;CHANGES_LOADED;BUILD_TYPE_ADDED_TO_QUEUE;BUILD_PROBLEMS_CHANGED")
37
param("teamcity.internal.webhooks.url", "https://ci-stats.kibana.dev/_teamcity_webhook")
38
param("teamcity.internal.webhooks.username", "automation")
0 commit comments