feat: .devops/dsl测试.yml

This commit is contained in:
qbhfh 2022-12-13 18:11:42 +08:00 committed by jianmu
parent 51fa45aac6
commit 7b7e04d0ec
1 changed files with 23 additions and 0 deletions

23
.devops/dsl测试.yml Normal file
View File

@ -0,0 +1,23 @@
version: 2
name: dsl测试
description: ""
global:
concurrent: false
workflow:
- ref: start
name: 开始
task: start
- ref: end
name: 结束
task: end
needs:
- git_clone_0
- ref: git_clone_0
name: git clone
task: git_clone@1.2.5
input:
remote_url: '""'
depth: 1
needs:
- start