From d67b1c2a9a485d348ace39f73fe67b78641fc8c3 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 1 Feb 2021 18:58:05 +0000 Subject: [PATCH] [CI] Change slack channel (#682) backport for 6.8.x (#686) 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