From 4c1e850151bd804ec83339b1a99b66a32b76bcfd Mon Sep 17 00:00:00 2001 From: gitgit Date: Wed, 3 Aug 2022 09:07:58 +0000 Subject: [PATCH] feat: .devops/cesssss.yml --- .devops/cesssss.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .devops/cesssss.yml diff --git a/.devops/cesssss.yml b/.devops/cesssss.yml new file mode 100644 index 0000000..e4e5150 --- /dev/null +++ b/.devops/cesssss.yml @@ -0,0 +1,26 @@ +name: cesssss +description: "" +global: + concurrent: false +workflow: + - ref: start + name: 开始 + task: start + - ref: dingtalk_notice_action_card_0 + name: 钉钉通知-ActionCard + task: dingtalk_notice_action_card@1.0.2 + input: + boot_webhook_url: ((wecom.bot_webhook)) + msg_title: '""' + msg_text: '"hello"' + single_title: '"hello yaml"' + single_url: '""' + btns: '"[]"' + needs: + - start + - ref: end + name: 结束 + task: end + needs: + - dingtalk_notice_action_card_0 +