From 6d4217252bbd70645891f94471b3930c4b5d1d91 Mon Sep 17 00:00:00 2001 From: "leedongmyung[desktop]" Date: Sun, 3 Dec 2023 08:57:10 +0900 Subject: [PATCH] test --- assets/pipeline-test.yaml | 60 +++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 28 deletions(-) diff --git a/assets/pipeline-test.yaml b/assets/pipeline-test.yaml index 215aa22..beda5d1 100644 --- a/assets/pipeline-test.yaml +++ b/assets/pipeline-test.yaml @@ -1,11 +1,15 @@ --- property: workspace: . + revision: c65a8bb pipeline: id: main workflow: - - async: git + # - async: git + - exe: git + + - exe: buildDart # - exe: json-reader @@ -15,48 +19,48 @@ pipeline: #비동기식 실행, 해당 수행이 완료됨과 관계없이 실행하고 다음 스텝을 실행한다 # - exe: buildDart - - switch: - condition-string: - cases: - #case 아이템 하나에 여러 작업을 array형태로 할당 - - value: 0.0.155 - tasks: - - exe: git + # - switch: + # condition-string: + # cases: + # #case 아이템 하나에 여러 작업을 array형태로 할당 + # - value: 0.0.153 + # tasks: + # - exe: git - - async: git-count + # - async: git-count - - wait-until-string: != complete + # - wait-until-string: != complete - - async: git-rev + # - async: git-rev - - while: - condition-string: == null - on-do: - - exe: git - - switch: - condition-string: - cases: - #case 아이템 하나에 여러 작업을 array형태로 할당 - - value: b6c2d44b2ec8b1a22fd9a88f4779e250b6ddc6b1 - tasks: - - exe: git + # - while: + # condition-string: == null + # on-do: + # - exe: git + # - switch: + # condition-string: + # cases: + # #case 아이템 하나에 여러 작업을 array형태로 할당 + # - value: b6c2d44b2ec8b1a22fd9a88f4779e250b6ddc6b1 + # tasks: + # - exe: git #일반적인 if문과 동일 - - if: - #property의 내용은 기본 dynamic(Object)형으로써, 비교시 정확한 캐스팅 필요, 적지 않을시 기본 string - condition-string: != - on-true: - - exe: zip + # - if: + # #property의 내용은 기본 dynamic(Object)형으로써, 비교시 정확한 캐스팅 필요, 적지 않을시 기본 string + # condition-string: != + # on-true: + # - exe: zip commands: ### 콜백이 필요없는 단순 깃 명령 호출 - command: Git id: git param: - workspace: ./../dart_framework commands: - restore . - clean -f + - checkout c65a8bb ### 깃 리비전 정보 저장 - command: GitRev