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: []