kind: pipeline type: docker name: default steps: - name: test image: gradle:jdk8 commands: - gradle test --info