diff --git a/documentation/docs/scenarios/ui5-sap-cp/Readme.md b/documentation/docs/scenarios/ui5-sap-cp/Readme.md index c402ef588..a44206261 100644 --- a/documentation/docs/scenarios/ui5-sap-cp/Readme.md +++ b/documentation/docs/scenarios/ui5-sap-cp/Readme.md @@ -59,10 +59,11 @@ steps: buildTarget: 'NEO' mtaJarLocation: '/opt/sap/mta.jar' neoDeploy: - neoCredentialsId: 'NEO_DEPLOY' neoHome: '/opt/sap/neo-sdk/' - account: 'your-account-id' - host: 'hana.ondemand.com' + neo: + credentialsId: 'NEO_DEPLOY' + account: 'your-account-id' + host: 'hana.ondemand.com' ``` #### Configuration for the MTA Build @@ -78,8 +79,8 @@ steps: | Parameter | Description | | -------------------|-------------| | `account` | The SAP Cloud Platform account to deploy to. | +| `credentialsId` | The Jenkins credentials that contain the user and password which are used for the deployment on SAP Cloud Platform.| | `host` | The SAP Cloud Platform host to deploy to. | -| `neoCredentialsId` | The Jenkins credentials that contain the user and password which are used for the deployment on SAP Cloud Platform. | | `neoHome` | The path to the `neo-java-web-sdk` tool that is used for the deployment. |