1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

Merge pull request #581 from IKirilova/patch-1

update documentation for neoDeploy step parameters
This commit is contained in:
Marcus Holl 2019-03-21 14:48:24 +01:00 committed by GitHub
commit db7e688294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,10 +59,11 @@ steps:
buildTarget: 'NEO' buildTarget: 'NEO'
mtaJarLocation: '/opt/sap/mta.jar' mtaJarLocation: '/opt/sap/mta.jar'
neoDeploy: neoDeploy:
neoCredentialsId: 'NEO_DEPLOY'
neoHome: '/opt/sap/neo-sdk/' neoHome: '/opt/sap/neo-sdk/'
account: 'your-account-id' neo:
host: 'hana.ondemand.com' credentialsId: 'NEO_DEPLOY'
account: 'your-account-id'
host: 'hana.ondemand.com'
``` ```
#### Configuration for the MTA Build #### Configuration for the MTA Build
@ -78,8 +79,8 @@ steps:
| Parameter | Description | | Parameter | Description |
| -------------------|-------------| | -------------------|-------------|
| `account` | The SAP Cloud Platform account to deploy to. | | `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. | | `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. | | `neoHome` | The path to the `neo-java-web-sdk` tool that is used for the deployment. |