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