1
0

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.

CircleCIのSlack通知設定を新UIから旧UIに戻して行った時のメモ

Last updated at Posted at 2020-06-18

はじめに

数ヶ月前にUIが新しくなったCircleCI。

2020/6/15頃、そのCircleCIの新UIでSlack連携を試みた。が、うまくいかなかった。
その上、Slackにある「セットアップの手順」も旧UIでの説明のままだった。
なので旧UIにもどして実施することにした。
これはそのときのメモ。

※新UIと旧UIの切り替え方法はこちら
※旧UIから新UIに戻そうとした際にバナーが出てこないときはこちら

Slack側の設定手順

  • SlackのCircleCIアプリ からCircleCIを追加
  • 通知したいチャンネルを選んで、Webhook URLを控える
  • 任意でその他入力項目を修正し、Save Integrationを押す

CircleCI側の設定手順

基本的にSlack側でCircleCIを追加した際にでてくる「セットアップの手順」(ページ下部に画像あり)を参考にすればOK

  • 追加したいプロジェクトの右横の設定マークを押す
  • NOTIFICATIONSにあるChat Notificationsを押す
  • SlackのWebhook URLに先ほど控えたURLをいれる
  • Test Hookを押し、SlackにHello from CircleCIと通知がくることを確認したあと、Saveを押す
    image.png
1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?