devops-test/.trustie-pipeline.yml

8 lines
135 B
YAML

kind: pipeline
name: 测试
steps:
- name: 测试
image: arm64v8/maven
commands:
- echo 'hello world' > /home/hello.txt