feat: .devops/test git log.yml

This commit is contained in:
llaaoojjii 2022-08-03 09:31:15 +00:00 committed by jianmu
parent ae21a8940f
commit 07d8a924f5
1 changed files with 32 additions and 0 deletions

32
.devops/test git log.yml Normal file
View File

@ -0,0 +1,32 @@
name: test git log
description: ""
global:
concurrent: false
workflow:
- ref: start
name: 开始
task: start
- ref: git_clone_0
name: git clone
task: git_clone@1.2.5
input:
remote_url: '"https://gitee.com/jianmu-dev/jianmu-ci-server.git"'
ref: '"refs/heads/master"'
commit_id: '""'
depth: 1
needs:
- start
- ref: git_log_0
name: git log
task: git_log@1.0.2
input:
git_path: '""'
commit_num: 5
needs:
- git_clone_0
- ref: end
name: 结束
task: end
needs:
- git_log_0