728x90
Jenkins와 Slack을 연동하여 알림을 받는 방법
Slack 설정
- Slack 워크스페이스에서 채널을 생성합니다.
- Slack 앱 관리 페이지로 이동하여 "Jenkins CI" 앱을 검색하고 추가합니다.
Jenkins 설정
- 젠킨스 플러그인 설치
Dashboard > Jenkins 관리 > Plugins
- Global Slack Notifier Plugin
- Slack Notification Plugin
- 슬랙 크리덴셜 생성
Dashboard > Jenkins 관리 > Credentials
Dashboard > Jenkins 관리 > Credentials > System > Global credentials (unrestricted)
- Kind : Secret test
- Scope : Global (Jenkins, nodes, items, all child items, etc)
- Secret : 슬랙 토큰
- ID : 크리덴셜 이름
- Description : 크리덴셜 이름
- 젠킨스 시스템 설정
Dashboard > Jenkins 관리 > System
- Workspace : 슬랙 채널 이름
- Credential : 젠킨스 크리덴셜
- Default channel / member id : 슬랙 채널
- Slack 알람 테스트
Jenkins에서 Slack으로 알림을 받을 수 있습니다.
728x90
'기타' 카테고리의 다른 글
Jenkins와 Docker Hub을 연동하는 방법 (0) | 2024.03.18 |
---|---|
Jenkins와 GitHub을 연동하는 방법 (0) | 2024.03.15 |
ads.txt 파일을 생성하는 방법 (0) | 2024.02.26 |
HAProxy 구성을 동기화하고 HAProxy를 다시 시작하는 스크립트 (0) | 2024.02.17 |
macOS에서 Visual Studio Code를 사용하여 Kubernetes 클러스터에 접속하는 방법 (0) | 2024.02.16 |