kind: pipeline type: kubernetes name: default steps: - name: test image: gradle:jdk10 commands: - gradle assemble - gradle check - gradle test --info