refactor: .devops/dev_nanda测试环境.yml
This commit is contained in:
parent
030c2acdfe
commit
b92aaae895
|
@ -27,6 +27,17 @@ workflow:
|
||||||
- ref: end
|
- ref: end
|
||||||
name: 结束
|
name: 结束
|
||||||
task: end
|
task: end
|
||||||
|
needs:
|
||||||
|
- dingtalk_notice_text_0
|
||||||
|
- ref: dingtalk_notice_text_0
|
||||||
|
name: 钉钉通知-文本
|
||||||
|
task: dingtalk_notice_text@1.0.2
|
||||||
|
input:
|
||||||
|
boot_webhook_url: ((secret.forge))
|
||||||
|
secret: ((secret.forge))
|
||||||
|
msg_text: '"成功"'
|
||||||
|
at_user_ids: '"[]"'
|
||||||
|
at_mobiles: '"[]"'
|
||||||
needs:
|
needs:
|
||||||
- ssh_cmd_0
|
- ssh_cmd_0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue