diff --git a/Jenkinsfile b/Jenkinsfile index e67674e007c4f21606817288d16be38b610a8056..666e0dabd4d17c6f567c6592fcb379fa7542e7a7 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'