Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
joohanhong
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
JooHan Hong
joohanhong
Commits
032412e3
Commit
032412e3
authored
Aug 08, 2022
by
JooHan Hong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jenkins, source code deploy update1
parent
c6a25fa4
Pipeline
#6087
passed with stages
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
README.md
DEVOPS/K8S_SOURCE/README.md
+13
-2
No files found.
DEVOPS/K8S_SOURCE/README.md
View file @
032412e3
...
@@ -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를 이용해 업데이트 한다.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment