pipeline: build: name: build image: node:25.1.0 commands: - echo "test" - echo $PWD # deploy: