Update Jenkinsfile

This commit is contained in:
Jack-Leung 2020-03-15 22:25:44 -04:00 committed by GitHub
parent 8b7dfe3714
commit d0aa1a02f5
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} ${env.JOB_NAME} ${env.BUILD_NUMBER} (${env.BUILD_URL})")
slackSend (message: "${buildStatus} ${env.JOB_NAME} ${env.BUILD_NUMBER} ${env.BUILD_URL}")
}