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

This commit is contained in:
hejiayu47 2024-05-20 04:28:48 +00:00 committed by jianmu
parent c83c4bb577
commit 613a58f21c
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: 1
trigger:
webhook: gitlink@1.0.0
event:
- ref: push
ruleset-operator: AND
workflow:
- ref: start
name: 开始
task: start
- ref: shell_0
name: shell
image: docker.jianmuhub.com/library/alpine:3.17.0
script:
- echo "hello, world"
needs:
- start
- ref: end
name: 结束
task: end
needs:
- shell_0