-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Pipeline]250325 릴리즈 노트 및 사용자 가이드 #237
Changes from 12 commits
e01c600
fc72d4d
4097d9d
75f77f9
07ef2cd
3f54435
78f3c8d
18d5d3f
c1c7ad2
a3f368f
03e86f5
1cbb452
c8a8415
36a0b02
ac9d0e9
0f60a43
ebecb9c
9ad3a1d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -205,4 +205,13 @@ JSON을 수정해 파이프라인을 변경할 수 있습니다. | |||||
|
||||||
우측 상단 **파이프라인 템플릿 다운로드**를 클릭해 JSON 파일로 저장할 수 있습니다. | ||||||
|
||||||
**편집**을 클릭해 화면에서 JSON 파일을 직접 수정할 수 있습니다. | ||||||
#### 파이프라인 알림 | ||||||
파이프라인 시작, 완료, 실패에 대한 Email, SMS 알림을 관리하는 기능입니다. | ||||||
|
||||||
 | ||||||
|
||||||
**파이프라인 알림**을 클릭하여 알림 설정을 할 수 있습니다. | ||||||
|
||||||
**프로젝트 설정** > **알림 관리**에서 알림 수신자 관리가 가능합니다. | ||||||
|
||||||
알림 수신 대상 및 알림 방법(Email, SMS)에 대한 설정은 [알림 관리 가이드](https://docs.gov-nhncloud.com/ko/nhncloud/ko/console-guide-gov/#_34)를 참고하십시오. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
내부 문서 스타일 가이드에서 해요체를 사용하도록 권장하고 있어 수정 의견을 드립니다. |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -206,4 +206,13 @@ JSON을 수정해 파이프라인을 변경할 수 있습니다. | |||||
|
||||||
우측 상단 **파이프라인 템플릿 다운로드**를 클릭해 JSON 파일로 저장할 수 있습니다. | ||||||
|
||||||
**편집**을 클릭해 화면에서 JSON 파일을 직접 수정할 수 있습니다. | ||||||
#### 파이프라인 알림 | ||||||
파이프라인 시작, 완료, 실패에 대한 Email, SMS 알림을 관리하는 기능입니다. | ||||||
|
||||||
 | ||||||
|
||||||
**파이프라인 알림**을 클릭하여 알림 설정을 할 수 있습니다. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
**프로젝트 설정** > **알림 관리**에서 알림 수신자 관리가 가능합니다. | ||||||
|
||||||
알림 수신 대상 및 알림 방법(Email, SMS)에 대한 설정은 [알림 관리 가이드](https://docs.nhncloud.com/ko/nhncloud/ko/console-guide/#_33)를 참고하십시오. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -51,11 +51,11 @@ Github에서 소스코드를 가져와 NHN Cloud 빌드 도구로 빌드 후 대 | |||||
**이미지 저장소 설정**, **배포 대상 설정**도 동일하게 설정된 이름 확인 후 수정이 필요합니다. | ||||||
|
||||||
#### 빌드 스테이지 | ||||||
빌드 스테이지 중 NHN Cloud 빌드 도구를 기준으로 가이드가 작성되었습니다. [Pipeline 스테이지 가이드](/Dev%20Tools/Pipeline/ko/stage-guide/#_2)에서 스테이지 상세 가이드는 확인 가능합니다. | ||||||
빌드 스테이지 중 NHN Cloud 빌드 도구 v2를 기준으로 가이드가 작성되었습니다. [Pipeline 스테이지 가이드](/Dev%20Tools/Pipeline/ko/stage-guide/#_2)에서 스테이지 상세 가이드는 확인 가능합니다. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
``` json | ||||||
{ | ||||||
"type": "imageBuild", | ||||||
"type": "tektonImageBuild", | ||||||
"name": "build", | ||||||
"refId": "2", | ||||||
"requisiteStageRefIds": [ | ||||||
|
@@ -391,3 +391,26 @@ Blue/Green 배포를 위한 파이프라인을 구성할 수 있습니다. Blue/ | |||||
"method": "GET" | ||||||
} | ||||||
``` | ||||||
|
||||||
|
||||||
### 9. 파이프라인 알림 기능 | ||||||
[템플릿 파일 다운로드](https://kr1-api-object-storage.nhncloudservice.com/v1/AUTH_2acdfabf4efe4efc8a04c00b348110c9/cdn_origin/prod_pipeline/template/template-scenario-09-1.json) | ||||||
|
||||||
파이프라인 알림 기능을 추가하여 파이프라인 실행 결과를 알림으로 받을 수 있습니다. | ||||||
|
||||||
 | ||||||
```json | ||||||
{ | ||||||
"notifications": [ | ||||||
{ | ||||||
"level": "pipeline", // level은 pipeline으로 설정합니다. | ||||||
"type": "nhnPipeline", // type은 nhnPipeline으로 설정합니다. | ||||||
"when": [ // 알림 받을 이벤트 유형을 설정합니다. | ||||||
"pipeline.starting", // 파이프라인 시작 | ||||||
"pipeline.complete", // 파이프라인 완료 | ||||||
"pipeline.failed" // 파이프라인 실패 | ||||||
] | ||||||
} | ||||||
] | ||||||
} | ||||||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.