Skip to content

Commit 3f54435

Browse files
파이프라인 템플릿의 NHN Cloud 빌드 도구를 v2로 변경
1 parent fc72d4d commit 3f54435

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

en/template-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ The guide is based on Github during the source stage. A detailed guide to the st
5151
The **image storage settings** and **deployment target settings also**need to be modified after name resolution.
5252

5353
#### Build Stage
54-
The guide is based on the NHN Cloud build tool during the build stage. You can find detailed guides for the stages in the [Pipeline Stage Guide](/Dev%20Tools/Pipeline/en/stage-guide/#_2).
54+
The guide is based on the NHN Cloud build tool v2 during the build stage. You can find detailed guides for the stages in the [Pipeline Stage Guide](/Dev%20Tools/Pipeline/en/stage-guide/#_2).
5555

5656
``` json
5757
{
58-
"type": "imageBuild",
58+
"type": "tektonImageBuild",
5959
"name": "build",
6060
"refId": "2",
6161
"requisiteStageRefIds": [

ja/template-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ Githubからソースコードを取得してNHN Cloudビルドツールでビ
5555
**イメージストア設定****配布対象設定**と同じように設定された名前の確認後、修正が必要です。
5656

5757
#### ビルドステージ
58-
ビルドステージのうちNHN Cloudビルドツールを基準にガイドが作成されました[Pipelineステージガイド](/Dev%20Tools/Pipeline/ja/stage-guide/#_2)でステージの詳細ガイドが確認できます。
58+
ビルドステージのうちNHN Cloudビルドツールv2を基準にガイドが作成されました[Pipelineステージガイド](/Dev%20Tools/Pipeline/ja/stage-guide/#_2)でステージの詳細ガイドが確認できます。
5959

6060
``` json
6161
{
62-
"type": "imageBuild",
62+
"type": "tektonImageBuild",
6363
"name": "build",
6464
"refId": "2",
6565
"requisiteStageRefIds": [

ko/template-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Github에서 소스코드를 가져와 NHN Cloud 빌드 도구로 빌드 후 대
5151
**이미지 저장소 설정**, **배포 대상 설정**도 동일하게 설정된 이름 확인 후 수정이 필요합니다.
5252

5353
#### 빌드 스테이지
54-
빌드 스테이지 중 NHN Cloud 빌드 도구를 기준으로 가이드가 작성되었습니다. [Pipeline 스테이지 가이드](/Dev%20Tools/Pipeline/ko/stage-guide/#_2)에서 스테이지 상세 가이드는 확인 가능합니다.
54+
빌드 스테이지 중 NHN Cloud 빌드 도구 v2를 기준으로 가이드가 작성되었습니다. [Pipeline 스테이지 가이드](/Dev%20Tools/Pipeline/ko/stage-guide/#_2)에서 스테이지 상세 가이드는 확인 가능합니다.
5555

5656
``` json
5757
{
58-
"type": "imageBuild",
58+
"type": "tektonImageBuild",
5959
"name": "build",
6060
"refId": "2",
6161
"requisiteStageRefIds": [

zh/template-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ The guide is based on Github during the source stage. A detailed guide to the st
5151
The **image storage settings** and **deployment target settings also**need to be modified after name resolution.
5252

5353
#### Build Stage
54-
The guide is based on the NHN Cloud build tool during the build stage. You can find detailed guides for the stages in the [Pipeline Stage Guide](/Dev%20Tools/Pipeline/en/stage-guide/#_2).
54+
The guide is based on the NHN Cloud build tool v2 during the build stage. You can find detailed guides for the stages in the [Pipeline Stage Guide](/Dev%20Tools/Pipeline/en/stage-guide/#_2).
5555

5656
``` json
5757
{
58-
"type": "imageBuild",
58+
"type": "tektonImageBuild",
5959
"name": "build",
6060
"refId": "2",
6161
"requisiteStageRefIds": [

0 commit comments

Comments
 (0)