kind: pipeline name: hello-world type: docker build: - name: say-hello image: busybox commands: - echo hello-world