diff --git a/Jenkinsfile b/Jenkinsfile index 868aa7d48..ccc63e7c5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { } post { always { - slackSend "The pipeline ${currentBuild.fullDisplayName} completed successfully." + slackSend message: "The pipeline ${currentBuild.fullDisplayName} completed successfully." } } }