feat: .devops/未命名项目.yml

This commit is contained in:
Eazzy 2024-06-27 12:23:15 +00:00 committed by jianmu
parent 2976a1acf7
commit dad960e7ce
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: 1
trigger:
webhook: gitlink@1.0.0
event:
- ref: push
ruleset:
- param-ref: branch
operator: EQ
value: '"master"'
ruleset-operator: AND
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.9
input:
remote_url: '""'
ref: '"refs/heads/master"'
commit_id: '""'
depth: 1
needs:
- start