From e06770c3594915448649fe57304d85f30ca251c5 Mon Sep 17 00:00:00 2001 From: "leedongmyung[desktop]" Date: Mon, 20 Nov 2023 21:30:47 +0900 Subject: [PATCH] =?UTF-8?q?Json=20reader=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/pipeline-test.yaml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/assets/pipeline-test.yaml b/assets/pipeline-test.yaml index 51de59a..ae0c954 100644 --- a/assets/pipeline-test.yaml +++ b/assets/pipeline-test.yaml @@ -19,23 +19,33 @@ pipeline: - exe: zip commands: +### 콜백이 필요없는 단순 깃 명령 호출 - command: Git id: git param: - workspace: commands: - restore . - clean -f - switch pipeline +### 깃 리비전 정보 저장 - command: GitRev id: git-rev param: - workspace: result-value: +### Json value read +- command: JsonValue + id: json-value + param: + - set: + from: gitHash + to: + - set: + from: version + to: - ### Version 쓰기 +### Version 쓰기 - command: CreateAppData id: appData param: @@ -45,12 +55,12 @@ commands: returnVersion: "" returnHash: "" - ### 실행가능한 파일로 빌드 +### 실행가능한 파일로 빌드 - command: BuildDart id: buildDart param: {} - ### 최종 zip 파일 형태로 저장 +### 최종 zip 파일 형태로 저장 - command: Zip id: zip param: