1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/resources
Marcus Holl 8b26406fc7
Provide additional opts for cf deploy (#872)
* Provide additional opts for cf deploy

Inside cloudFoundyDeploy we use these cf commands

 o login
 o plugins
 o blue-green-deploy
 o push
 o deploy
 o bg-deploy
 o stop
 o logout

 o logout and stop does not provide any options
 o plugins provides options (--checksum --outdated) but it is unlikely that
   these options can be used in a reasonable way during the deploy process.
 o login now uses `loginOpts`
 o The other commands uses now `deployOpts`

* provide additional opts also for cf api calls

* Provide more log when verbose

* re-use mtaDeployParameters and adjust names of other params (api, login) accordingly

* Streamline naming

* distinuish between cfNative and mta deploy params

* Add cfNativeDeployParam default

* login and api paramters are not under cloudFoundry
2019-10-02 13:28:54 +02:00
..
com.sap.piper Docker Pipeline - fixes and small adoptions (#779) 2019-07-05 16:32:24 +02:00
blueGreenCheckScript.sh fix issue with resource naming conflict (#234) 2018-07-30 12:06:35 +02:00
default_pipeline_environment.yml Provide additional opts for cf deploy (#872) 2019-10-02 13:28:54 +02:00
piper-os.css Cleanup 2019-03-04 14:40:17 +01:00
template_mta.yml generate mta from package.json and given applicationName 2018-03-15 14:21:27 +01:00