Skip to content

Commit 0cb73e8

Browse files
authored
TOOLS-2582 Slack channels need renaming or not specifying in Jenkinsfiles, post-EdgeCast-move.
Reviewed by: Nahum Shalman <[email protected]> Reviewed by: Toomas Soome <[email protected]>
1 parent 88f5dc0 commit 0cb73e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/*
8-
* Copyright 2024 MNX Cloud, Inc.
8+
* Copyright 2025 MNX Cloud, Inc.
99
*/
1010

1111
@Library('[email protected]') _
@@ -41,8 +41,8 @@ pipeline {
4141

4242
post {
4343
always {
44-
joySlackNotifications(channel: 'jenkins')
45-
joySlackNotifications(channel: 'smartos')
44+
joySlackNotifications()
45+
joySlackNotifications(channel: 'cloud-smartos')
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)