kind: pipeline name: default steps: - name: test image: alpine commands: - echo "Woodpecker is working!" - uname -a