1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-11-29 22:58:09 +02:00

Remove reference to outdated neoHome setting (#1180)

Remove referencex to outdated neoHome setting
This commit is contained in:
Marcus Holl
2020-02-17 10:52:05 +01:00
committed by GitHub
parent e65515fbe9
commit 444e664142
2 changed files with 1 additions and 3 deletions

View File

@@ -57,7 +57,6 @@ steps:
buildTarget: 'NEO'
mtaJarLocation: '/opt/sap/mta.jar'
neoDeploy:
neoHome: '/opt/sap/neo-sdk/'
neo:
credentialsId: 'NEO_DEPLOY'
account: 'your-account-id'
@@ -78,7 +77,6 @@ steps:
| `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. |
| `neoHome` | The path to the `neo-java-web-sdk` tool that is used for the deployment. |
### Parameters

View File

@@ -33,7 +33,7 @@ none
* If `runtime` is not provided (when using `'WAR_PARAMS'` deployment mode).
* If `runtimeVersion` is not provided (when using `'WAR_PARAMS'` deployment mode).
* `AbortException`:
* If neo-java-web-sdk is not installed, or `neoHome`is wrong.
* If neo-java-web-sdk is not properly installed.
* `CredentialNotFoundException`:
* If the credentials cannot be resolved.