kind: pipeline type: docker name: default-java steps: - name: test image: maven:3-jdk-10 commands: - mvn install -B -V - mvn test -B