java_ci_example/.trustie-pipeline.yml

18 lines
229 B
YAML

kind: pipeline
type: docker
name: master
platform:
os: linux
arch: amd64
steps:
- name: maven
image: maven:3-jdk-10
commands:
- mvn install -DskipTests=true
trigger:
branch:
- master
event:
- push