feat: .devops/0653.yml

This commit is contained in:
raojing 2023-05-06 18:53:21 +08:00 committed by jianmu
parent e919a8cb2c
commit 4878b88ac2
1 changed files with 27 additions and 0 deletions

27
.devops/0653.yml Normal file
View File

@ -0,0 +1,27 @@
version: 2
name: "0653"
description: ""
global:
concurrent: 1
param:
- ref: iii
name: ""
value: '""'
required: true
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