cancel
Showing results for 
Search instead for 
Did you mean: 

Additional login parameter for Cloud Foundry

abdulbasit
Active Contributor
0 Kudos

Hello,

I'm trying to create a job on Continuous Integration and Delivery system to deploy my CAP application to the BTP.

On my local, I'm using the platform user on IAS to access Cloud Foundry space by adding "--origin <origin>" parameter to the "cf login" command and it works as expected. I want to provide the same parameter on my CI/CD job. However, there are only the following parameters available on the Job Editor:

Is there any way to provide the origin parameter here? I'm thinking that it should be possible to set the loginParameters parameter (https://www.project-piper.io/steps/cloudFoundryDeploy/#loginparameters) using the Additional Commands parts on the UI but didn't find how to do it.

Any idea how can I set this parameter on the Job Editor?

Thanks,

Abdul.

View Entire Topic
abdulbasit
Active Contributor

I've managed it by adding PIPER_loginParameters with value "--origin <origin>" in the additional variables part.