Compare commits
20 Commits
dev_local_
...
master
| Author | SHA1 | Date |
|---|---|---|
|
|
45521bbdcd | |
|
|
9a5d8d9659 | |
|
|
46a42edbc4 | |
|
|
9878f377a6 | |
|
|
a38dd73548 | |
|
|
6d9af13c02 | |
|
|
dee1ad44f9 | |
|
|
65d1c1b2f5 | |
|
|
33d190af3e | |
|
|
caaeb6a271 | |
|
|
46377c831c | |
|
|
d7b1a4da56 | |
|
|
43b433d20a | |
|
|
d027b5f3e3 | |
|
|
fc4f1eb426 | |
|
|
879f322c01 | |
|
|
fbc2440297 | |
|
|
1518d159c9 | |
|
|
439e50804a | |
|
|
3d081d36ab |
|
|
@ -1,27 +0,0 @@
|
|||
version: 2
|
||||
name: Hello Word
|
||||
description: hello jianmu
|
||||
global:
|
||||
concurrent: false
|
||||
trigger:
|
||||
webhook: gitlink@1.0.0
|
||||
event:
|
||||
- ref: push
|
||||
ruleset-operator: AND
|
||||
workflow:
|
||||
- ref: start
|
||||
name: 开始
|
||||
task: start
|
||||
- ref: shell_0
|
||||
name: shell
|
||||
image: ubuntu:22.10
|
||||
script:
|
||||
- echo "hello word"
|
||||
needs:
|
||||
- start
|
||||
- ref: end
|
||||
name: 结束
|
||||
task: end
|
||||
needs:
|
||||
- shell_0
|
||||
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
version: 2
|
||||
name: PR通知
|
||||
description: 新的PR提交会有钉钉通知
|
||||
global:
|
||||
concurrent: 1
|
||||
trigger:
|
||||
webhook: gitlink@1.0.0
|
||||
event:
|
||||
- ref: pr
|
||||
ruleset-operator: AND
|
||||
workflow:
|
||||
- ref: start
|
||||
name: 开始
|
||||
task: start
|
||||
- ref: end
|
||||
name: 结束
|
||||
task: end
|
||||
needs:
|
||||
- dingtalk_notice_text_0
|
||||
- ref: dingtalk_notice_text_0
|
||||
name: 钉钉通知-文本
|
||||
task: dingtalk_notice_text@1.0.2
|
||||
input:
|
||||
boot_webhook_url: ((dingdingtalk.token_url))
|
||||
secret: ((dingdingtalk.token_sercet))
|
||||
msg_text: '"【"+((trigger.user)) +
|
||||
"】从"+((trigger.source_branch))+"提交PR到"+((trigger.target_branch)) +
|
||||
",请您立即确认是否合并。"'
|
||||
at_user_ids: '"[]"'
|
||||
at_mobiles: '"[]"'
|
||||
needs:
|
||||
- start
|
||||
|
||||
15
1.txt
15
1.txt
|
|
@ -1,11 +1,6 @@
|
|||
ci test
|
||||
java jar
|
||||
123123
|
||||
123
|
||||
111-222
|
||||
asdfl
|
||||
cssdf
|
||||
|
||||
sdfasdf
|
||||
sdf123123123123
|
||||
|
||||
asdfasdf
|
||||
a
|
||||
sdf
|
||||
sdlsls
|
||||
s123
|
||||
Loading…
Reference in New Issue