--- kind: pipeline type: docker name: default steps: - name: greeting image: ubuntu:20.04 commands: - echo "geht :D"