You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a job on Continuous Integration and Delivery system to deploy application to the BTP. On my local, I'm using the platform user on IAS to access Cloud Foundry space by adding "--origin " parameter to the "cf login" command and it works as expected. I want to provide the same parameter on my CI/CD job.
I'm trying to create a job on Continuous Integration and Delivery system to deploy application to the BTP. On my local, I'm using the platform user on IAS to access Cloud Foundry space by adding "--origin " parameter to the "cf login" command and it works as expected. I want to provide the same parameter on my CI/CD job.
Below is the same config.yml file
steps:
cloudFoundryDeploy:
cloudFoundry:
collectTelemetryData: false
credentialsId:
loginparameters: --origin ***
apiEndpoint: 'https://api.cf.eu10-004.hana.ondemand.com'
org:
space:
mtaPath: '*.mtar'
But this doesn't seem to work. I get an error in Jenkins as mentioned in attachment. Any idea how I can set this parameter?
The text was updated successfully, but these errors were encountered: