1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-06-15 00:05:11 +02:00
Files
sap-jenkins-library/documentation/docs/samples/cloud-cf-helloworld-nodejs/pipeline/config.yml

11 lines
251 B
YAML
Raw Normal View History

general:
steps:
mtaBuild:
buildTarget: 'CF'
cloudFoundryDeploy:
deployTool: 'mtaDeployPlugin'
deployType: 'standard'
cloudFoundry:
org: '<your-organisation>'
space: '<your-space>'
credentialsId: 'CF_CREDENTIALSID'