kind: pipeline type: docker name: Hello World test steps: - name: greeting image: alpine commands: - echo hello - echo world