This commit is contained in:
Jack-Leung 2020-03-15 22:16:11 -04:00 committed by GitHub
parent cd96aec24a
commit 8b7dfe3714
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -25,5 +25,5 @@ pipeline {
}
}
}
slackSend (message: "${buildStatus}: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})")
slackSend (message: "${buildStatus} ${env.JOB_NAME} ${env.BUILD_NUMBER} (${env.BUILD_URL})")
}