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