Commit c8b41bc9 authored by JooHan Hong's avatar JooHan Hong

webhook, init

parent 3cdd7657
Pipeline #6082 passed with stages
in 1 minute and 9 seconds
......@@ -12,7 +12,6 @@
| NO | ITEM | Content | 비고 |
| ------ | ------ | ------ | ------ |
| 1 | Jenkins 프로젝트 현황 | [GO](./JENKINS/) | |
| 2 | GitLAB 프로젝트 현황 | [GO](./GITLAB/) | |
| 3 | GitLAB WebHook 구성| [GO](./WEBHOOK/) | |
| 4 | K8s Source Code Deploy 구성| [GO](./K8S_SOURCE/) | |
| 5 | K8s Container Image Build 구성| [GO](./K8S_BUILD/) | |
| 2 | GitLAB WebHook 구성| [GO](./WEBHOOK/) | |
| 3 | K8s Source Code Deploy 구성| [GO](./K8S_SOURCE/) | |
| 4 | K8s Container Image Build 구성| [GO](./K8S_BUILD/) | |
[![logo](https://www.hongsnet.net/images/logo.gif)](https://www.hongsnet.net)
# GitLAB WebHook Configuration Overview
> Jenkins Project와의 연동을 진행한다.
# WebHook Configuration
1. (jenkins) Project 생성
2. (jenkins) Build Trigers 이동
3. (jenkins) Build when a change is pushed to GitLab. GitLab webhook URL: **URL 정보 복사**
- 고급 클릭 -> Generate 클릭하여 Token 생성 후 복사
- 저장
4. (gitlab) GitLAB Proejct 이동
5. (gitlab) Settings -> Integrations
- 3번 항목에서 복사한 URL과 Token을 다음과 같이 입력
![webhook](./gitlab_webhook.png)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment