Chatworkへデプロイ完了を通知するBitbucket Pipeline Pipe
2069 ワード
概要
chatwork投稿用のpipeです
slackはあったけどchatworkはなかったので作成
api keyとroom idをRepository variablesに登録してください
room idは数値です(ridはトル)
Variables
Variable | Usage |
---|---|
CHATWORK_ROOM (*) | chatwork room id. |
CHATWORK_API_KEY (*) | chatwork api key. |
MESSAGE_TITLE | default="Deployment complete." |
MESSAGE_BODY | default="" |
(*) = required variable.
Examples
Basic example:
script:
- pipe: docker://kdhagino/chatwork-post
variables:
CHATWORK_ROOM: $CHATWORK_ROOM
CHATWORK_API_KEY: $CHATWORK_API_KEY
links
Author And Source
この問題について(Chatworkへデプロイ完了を通知するBitbucket Pipeline Pipe), 我々は、より多くの情報をここで見つけました https://qiita.com/th_/items/cbff68c652bb59e71e7f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .