Merge pull request #9605 from allysmith424/jenkinsfile-error-wording

fix Jenkinsfile error wording
This commit is contained in:
Adrian Plata 2019-10-09 08:33:46 -07:00 committed by GitHub
commit b757e3dac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -110,7 +110,7 @@ pipeline {
post {
unsuccessful {
sh """
curl -X POST -H 'Content-type: application/json' --data '{"text":"Error in docker.github.io:published build. Please contact the Customer Success Engineering team for help."}' $SLACK
curl -X POST -H 'Content-type: application/json' --data '{"text":"Error in Jenkins build. Please contact the Customer Success Engineering team for help."}' $SLACK
"""
}
}