devopsTest/.trustie-pipeline.yml

18 lines
221 B
YAML
Raw Normal View History

2021-02-01 16:34:42 +08:00
2021-01-06 13:49:07 +08:00
kind: pipeline
type: docker
2021-02-02 13:12:48 +08:00
name: 发布流水线
2021-01-06 13:49:07 +08:00
platform:
os: linux
2021-02-02 12:06:30 +08:00
arch: arm64
2021-01-19 19:04:09 +08:00
steps:
2021-02-01 16:34:42 +08:00
- name: maven
2021-01-19 19:06:22 +08:00
image: arm64v8/maven
2021-01-06 13:49:07 +08:00
commands:
2021-02-02 13:12:48 +08:00
- echo '12345'
2021-02-01 16:34:42 +08:00
trigger:
branch:
- master
event:
- push