diff --git a/Jenkinsfile b/Jenkinsfile index e7fd9e27b..476bb9209 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,8 +33,7 @@ pipeline { } post { success { - slackSend channel: '#noti', - color: 'good', + slackSend color: 'good', message: "The pipeline ${currentBuild.fullDisplayName} completed successfully." } }