fix Jenkinsfile error wording

This commit is contained in:
Alastair Smith 2019-10-09 10:17:08 -05:00
parent 602ef9d60e
commit 1488997774
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -110,7 +110,7 @@ pipeline {
post { post {
unsuccessful { unsuccessful {
sh """ 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
""" """
} }
} }