feat: .devops/0629.yml

This commit is contained in:
raojing 2023-05-06 18:29:51 +08:00 committed by jianmu
parent ea9c09ecd3
commit ffb5ca8c18
1 changed files with 27 additions and 0 deletions

27
.devops/0629.yml Normal file
View File

@ -0,0 +1,27 @@
version: 2
name: "0629"
description: ""
global:
concurrent: 1
param:
- ref: hh
name: ""
value: '""'
required: false
type: STRING
hidden: false
workflow:
- ref: start
name: 开始
task: start
- ref: shell_0
name: shell
image: docker.jianmuhub.com/library/alpine:3.17.0
needs:
- start
- ref: end
name: 结束
task: end
needs:
- shell_0