Skip to content

Instantly share code, notes, and snippets.

@fallen90
Created March 22, 2019 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fallen90/52255bff609ecdc05719ef712703e9a4 to your computer and use it in GitHub Desktop.
Save fallen90/52255bff609ecdc05719ef712703e9a4 to your computer and use it in GitHub Desktop.
[
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Build Succeeded"
}
},
{
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*Repo:*\n${REPO}"
},
{
"type": "mrkdwn",
"text": "*Build:*\n${BUILD}"
},
{
"type": "mrkdwn",
"text": "*Branch:*\n${BRANCH}"
},
{
"type": "mrkdwn",
"text": "*Environment:*\n${ONEDAY_ENV}"
},
{
"type": "mrkdwn",
"text": "*Author:*\n${AUTHOR}"
}
]
},
{
"type": "actions",
"elements": [
{
"type": "button",
"url" : "http://google.com/",
"text": {
"type": "plain_text",
"text": "Open in Drone.io"
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment