helpers to build your pipeline stream files (ssh-keys, build.json etc. from pipeline) echo $FILE > file.txt extract version from file (in this example from package.json) VERSION=$(cat package.json | jq -r .version) or VERSION=$(node -p "require('./package').version")