Skip to content

Commit 6222993

Browse files
authored
Update Jenkinsfile.OutgoingNetworkCallsTests
Avoid noisy notifications in unrelated channels
1 parent 9419049 commit 6222993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.OutgoingNetworkCallsTests

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pipeline {
3838
step([$class: 'LogParserPublisher', failBuildOnError: true, projectRulePath: 'buildScripts/log_parser_rules', unstableOnWarning: true, useProjectRule: true])
3939
}
4040
unsuccessful {
41-
notifyChat(['#s2cc', '#catroweb-deployment'])
41+
notifyChat(['#system-tests'])
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)