Commit 032412e3 authored by JooHan Hong's avatar JooHan Hong

jenkins, source code deploy update1

parent c6a25fa4
Pipeline #6087 passed with stages
in 1 minute and 6 seconds
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
**!참고** : GitLab Webhook 설정은 생략한다. 만약 확인이 필요하다면, 다음의 링크를 참조한다. **!참고** : GitLab Webhook 설정은 생략한다. 만약 확인이 필요하다면, 다음의 링크를 참조한다.
[바로가기](./WEBHOOK/) [바로가기](./DEVOPS/WEBHOOK/)
# Jenkins Pipeline Script Configuration # Jenkins Pipeline Script Configuration
...@@ -20,7 +20,6 @@ pipeline { ...@@ -20,7 +20,6 @@ pipeline {
stages { stages {
stage('Git Clone') { stage('Git Clone') {
steps { steps {
sh 'mkdir -p hongsnet' sh 'mkdir -p hongsnet'
dir("hongsnet") dir("hongsnet")
...@@ -40,3 +39,15 @@ pipeline { ...@@ -40,3 +39,15 @@ pipeline {
} }
``` ```
# Pipeline Script Description
## Source Code Deploy 시 두 가지 Stage로 진행된다.
- **Git Clone**
- GitLab Project에서 master Brance를 Clone 하는 Stage 이다.
- **Source code Deploy**
- 홍쓰넷의 경우 소스 코드가 Storage에 위치하므로, Rsync를 이용해 업데이트 한다.
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