[Jenkins] Jenkins 셋팅하기(2) - slack 연동

less than 1 minute read

Slack에 연결하여 Jenkins 알람 받기

image-20200209235731793

다음과 같이 Add more apps -> Jenkins CI 검색 -> Add to Slack 을 해준다.

image-20200209235858100

이제 Add Jenkins CI integration을 클릭하면 다음의 설명이 나오는데, Step1, Step2 는 그대로 따라한다.

image-20200210000633148

Step 3에서는 Team SubdomainIntegration Token Credential ID 을 발급해주는 데 따로 기록해놓도록 한다.

위의 작업 중 Step2의 Slack Notification 을 설치 완료했다면 이제 Jenkins 관리페이지로 돌아와서 Manage Jenkins -> Configure System 을 클릭한다.

컨트롤 + F 를 눌러 Slack 을 찾은 후

image-20200210002947949

image-20200210003257909

image-20200210003407921

image-20200210003451689

reference :

docker를 이용한 CI 구축 연습하기 (젠킨스, 슬랙)

Leave a comment