kind: pipeline type: docker name: default steps: - name: greeting image: alpine command: - echo hello - echo world