update yaml
This commit is contained in:
parent
f9c8f4c2cb
commit
14ff9f2e1a
1 changed files with 7 additions and 0 deletions
|
|
@ -33,6 +33,13 @@ pipeline:
|
|||
condition-string: <!property.git-rev> == null
|
||||
on-do:
|
||||
- exe: git
|
||||
- switch:
|
||||
condition-string: <!property.git-rev>
|
||||
cases:
|
||||
#case 아이템 하나에 여러 작업을 array형태로 할당
|
||||
- value: f9c8f4c2cbaf181c498a2136d3110693ab92b35e
|
||||
tasks:
|
||||
- exe: git
|
||||
|
||||
#일반적인 if문과 동일
|
||||
- if:
|
||||
|
|
|
|||
Loading…
Reference in a new issue