diff --git a/_posts/2024-07-24-Jenkins.md b/_posts/2024-07-24-Jenkins.md index e95d23e..12a17ff 100644 --- a/_posts/2024-07-24-Jenkins.md +++ b/_posts/2024-07-24-Jenkins.md @@ -70,7 +70,13 @@ sudo systemctl daemon-reload --- -# 4. 파이프라인 구축 +# 4. GitHub Webhook 설정 + +![GitHub Webhook](https://github.com/K-Diger/K-Diger.github.io/blob/main/images/jenkins/github-webhook.png?raw=true) + +--- + +# 5. 파이프라인 구축 ![Jenkins-Pipeline Setting 1](https://github.com/K-Diger/K-Diger.github.io/blob/main/images/jenkins/pipeline-setting-1.png?raw=true) diff --git a/images/jenkins/github-webhook.png b/images/jenkins/github-webhook.png new file mode 100644 index 0000000..d2e2ef6 Binary files /dev/null and b/images/jenkins/github-webhook.png differ