steps: - name: hello image: debian:12 commands: - echo "Pipeline is alive!" - echo "Running on $(hostname)"