removin slackSend

This commit is contained in:
Jack-Leung 2020-03-15 22:34:56 -04:00 committed by GitHub
parent cbc9331989
commit 409dc1a86c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -24,6 +24,6 @@ pipeline {
echo 'Deploying' echo 'Deploying'
} }
} }
slackSend (message: "${buildStatus} ${env.JOB_NAME} ${env.BUILD_NUMBER} ${env.BUILD_URL}") //slackSend (message: "${buildStatus} ${env.JOB_NAME} ${env.BUILD_NUMBER} ${env.BUILD_URL}")
} }
} }