From 0180785c66814578de14828970c04843c69524c8 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 1 Feb 2021 15:55:44 +0000 Subject: [PATCH] [CI] Change slack channel (#682) Recent changes in the slack channel --- .ci/e2eTestingFleetDaily.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/e2eTestingFleetDaily.groovy b/.ci/e2eTestingFleetDaily.groovy index 5fd9e3a24f..fc53684948 100644 --- a/.ci/e2eTestingFleetDaily.groovy +++ b/.ci/e2eTestingFleetDaily.groovy @@ -47,7 +47,7 @@ pipeline { booleanParam(name: 'notifyOnGreenBuilds', value: true), booleanParam(name: 'NIGHTLY_SCENARIOS', value: true), string(name: 'runTestsSuites', value: 'fleet'), - string(name: 'SLACK_CHANNEL', value: "ingest-management"), + string(name: 'SLACK_CHANNEL', value: "fleet"), ], propagate: false, wait: false