Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
[CI] Change slack channel (#682) backport for 6.8.x (#686)
Browse files Browse the repository at this point in the history
Recent changes in the slack channel
  • Loading branch information
v1v authored Feb 1, 2021
1 parent 17963d2 commit d67b1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/e2eTestingFleetDaily.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d67b1c2

Please sign in to comment.