github.com/jaylevin/jenkins-library@v1.230.4/documentation/docs/samples/cloud-cf-helloworld-nodejs/pipeline/config.yml (about) 1 general: 2 steps: 3 mtaBuild: 4 buildTarget: 'CF' 5 cloudFoundryDeploy: 6 deployTool: 'mtaDeployPlugin' 7 deployType: 'standard' 8 cloudFoundry: 9 org: '<your-organisation>' 10 space: '<your-space>' 11 credentialsId: 'CF_CREDENTIALSID'