Created
March 22, 2019 07:08
-
-
Save fallen90/52255bff609ecdc05719ef712703e9a4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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