From c95ec3132c9b138a04bc824fea1c25a6b35acbfb Mon Sep 17 00:00:00 2001 From: dream <13432095+dream-deve@user.noreply.gitee.com> Date: Mon, 19 May 2025 03:40:45 +0000 Subject: [PATCH] create pipeline-20250519.yml --- .workflow/pipeline-20250519.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .workflow/pipeline-20250519.yml diff --git a/.workflow/pipeline-20250519.yml b/.workflow/pipeline-20250519.yml new file mode 100644 index 0000000..7fda9ff --- /dev/null +++ b/.workflow/pipeline-20250519.yml @@ -0,0 +1,26 @@ +version: '1.0' +name: pipeline-20240822 +displayName: pipeline-20240822 +triggers: + trigger: auto + push: + branches: + precise: + - master + schedule: + - cron: '* 42 11 * * ? *' +variables: + global: + - TOKEN_ID +stages: + - name: compile + displayName: 编译 + strategy: naturally + trigger: auto + steps: + - step: build@python + name: build_python + displayName: Python 构建 + pythonVersion: '3.9' + commands: + - echo "hello world" \ No newline at end of file