You've already forked sap-jenkins-library
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user