From 04703aa03c61a34196d25e34f9e7265d4f2e1b6f Mon Sep 17 00:00:00 2001 From: kailing <632104866@qq.com> Date: Sat, 16 Jul 2022 12:57:59 +0000 Subject: [PATCH] add pipeline-20220716.yml for Gitee Go created_at:2022-07-16 12:57:59 --- .workflow/pipeline-20220716.yml | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .workflow/pipeline-20220716.yml diff --git a/.workflow/pipeline-20220716.yml b/.workflow/pipeline-20220716.yml new file mode 100644 index 00000000..8065b2b2 --- /dev/null +++ b/.workflow/pipeline-20220716.yml @@ -0,0 +1,36 @@ +version: '1.0' +name: pipeline-20220716 +displayName: pipeline-20220716 +triggers: + trigger: manual + push: + branches: + prefix: + - '' +stages: + - name: stage-8b46aafe + displayName: 未命名 + strategy: naturally + trigger: auto + executor: [] + steps: + - step: build@maven + name: build_maven + displayName: Maven 构建 + jdkVersion: '8' + mavenVersion: 3.3.9 + commands: + - mvn -B clean package -Dmaven.test.skip=true + artifacts: + - name: BUILD_ARTIFACT + path: + - ./target + settings: [] + caches: + - ~/.m2 + notify: [] + strategy: + retry: '0' +permissions: + - role: admin + members: []