Update Jenkinsfile

This commit is contained in:
Jack-Leung 2020-03-16 00:08:05 -04:00 committed by GitHub
parent c39a1b34dd
commit eb8d0bb158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -9,7 +9,7 @@ pipeline {
}
post{
success{
always {
slackSend (message: "${buildStatus} ${env.JOB_NAME} [${env.BUILD_NUMBER}] (${env.BUILD_URL})")
}
}