cloudfoundry-community / slack-notification-resource

Concourse CI resource for sending notifications to Slack.
MIT License
75 stars 82 forks source link

Attachment template cannot include backticks #29

Closed wendorf closed 6 years ago

wendorf commented 7 years ago

An attachment defined like:

"attachments": [
      {
        "color": "danger",
        "text": "Build $BUILD_NAME failed!\n`hello all`"
      }
    ]

Will try to shell out to run "hello all" and fail. If I want my attachment to use Slack syntax, I might want to use single or triple backticks.