diff --git a/Jenkinsfile b/Jenkinsfile
index 666e0dabd4d17c6f567c6592fcb379fa7542e7a7..64c4e7b70e5db17407d2358a538499e4c5aeded8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
             always{
                 echo 'done prepare'
                 slackSend (channel: '#devops', color: '#FFFF00',
-                    message: "${env.userId}" STARTED: Job '${env.JOB_NAME} [$(env.BUILD_NUMBER)]'(${env.BUILD_URL})
+                    message: "${env.userId} STARTED: Job '${env.JOB_NAME} [$(env.BUILD_NUMBER)]'(${env.BUILD_URL})")
             }
             cleanup{
                 echo 'after all other post conditions'