5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Bitbucket のpush,commitをslackに通知する方法

Posted at
  • UI/UXが悪すぎて毎回わからなくなるので、メモ

手順概要

  1. Slack で Webhook URLをゲット
  2. Bitbucket のレポジトリの Webhookにセット

1. Slack側でWebhook URLを取得する

  • https://slack.com/apps に行く
  • 右上の Configure をクリックする
  • ログインしているなら、ログイン中の設定画面に行く
  • フックしたいSlackのチャンネルに入っている必要あり
  • https://名前.slack.com/apps/manage みたいなURL
  • Installed Apps にBitbucketがないなら、検索して追加
  • Title includes のフォームのところ
  • BitbucketのAppをクリック
  • Configurationの中の "Add Configuration"ボタンをクリック
  • チャンネルを選んで "Add Bitbucket Integration"ボタンをクリック
  • Webhook URLをコピーする
  • "Save Integration"ボタンを押して保存する

2. Bitbucket側で設定する

  • レポジトリに行く
  • 左メニューに一番下の"Settings"をクリック
  • "Add webhook" ボタンをクリック
  • Titleを書く
  • Webhook URLをペーストして保存
5
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?