diff --git a/.devops/未命名项目.yml b/.devops/未命名项目.yml index 463bb17..23b07aa 100644 --- a/.devops/未命名项目.yml +++ b/.devops/未命名项目.yml @@ -26,7 +26,7 @@ workflow: name: 结束 task: end needs: - - string_0 + - dingtalk_notice_text_0 - ref: string_0 name: 字符串工具 task: string@1.0.1-python3.8 @@ -34,13 +34,16 @@ workflow: expression: 'shell_0.inner.execution_status === "EXECUTION_SUCCEEDED" ? "成功" : "失败"' needs: - shell_0 - - opencla_0 - - ref: opencla_0 - name: opencla - task: fill/opencla@1.0.0-check + - ref: dingtalk_notice_text_0 + name: 钉钉通知-文本 + on-failure: ignore + task: dingtalk_notice_text@1.0.2 input: - cla_url: '""' - email: '""' + boot_webhook_url: ((zxh_dingding.webhook)) + secret: ((zxh_dingding.secret)) + msg_text: 'string_0.result === "成功" ? "CI测试成功" : "CI测试失败"' + at_user_ids: '"[13b-idng5ckp9a]"' + at_mobiles: '"[13272099438]"' needs: - - start + - string_0