From 07b15ffa85e3a4fe9e3fa04d3a8771e13cced23f Mon Sep 17 00:00:00 2001 From: gitgit Date: Tue, 2 Aug 2022 15:16:39 +0800 Subject: [PATCH] Add hello_world.yml --- .devops/hello_world.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .devops/hello_world.yml diff --git a/.devops/hello_world.yml b/.devops/hello_world.yml new file mode 100644 index 0000000..1f677a5 --- /dev/null +++ b/.devops/hello_world.yml @@ -0,0 +1,25 @@ +name: hello_world +description: 建木快速入门,从hello world开始! + +trigger: + type: cron + schedule: 0 0/30 * * * ? + +workflow: + start: + type: start + targets: + - sayhello + sayhello: + type: qywx_notice:1.2.1 + param: + bot_webhook_url: "((wecom.bot_webhook))" + text_content: "这是来自建木的第一个问候!" + sources: + - start + targets: + - end + end: + type: end + sources: + - sayhello \ No newline at end of file