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: