Skip to content

Commit

Permalink
fix Jenkinsfile error wording
Browse files Browse the repository at this point in the history
  • Loading branch information
allysmith424 committed Oct 9, 2019
1 parent 602ef9d commit 1488997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
}
}
Expand Down

0 comments on commit 1488997

Please sign in to comment.