You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
correct typos in xsDeploy documentation (#921)
This commit is contained in:
committed by
Marcus Holl
parent
462c293c9c
commit
2f00e36682
@@ -21,7 +21,7 @@ xsDeploy
|
||||
credentialsId: 'my-credentials-id',
|
||||
apiUrl: 'https://example.org/xs',
|
||||
space: 'mySpace',
|
||||
org:: 'myOrg'
|
||||
org: 'myOrg'
|
||||
```
|
||||
|
||||
Example configuration:
|
||||
@@ -30,12 +30,11 @@ Example configuration:
|
||||
steps:
|
||||
<...>
|
||||
xsDeploy:
|
||||
script: this,
|
||||
mtaPath: path/to/archiveFile.mtar
|
||||
credentialsId: my-credentials-id
|
||||
apiUrl: https://example.org/xs
|
||||
space: mySpace
|
||||
org:: myOrg
|
||||
org: myOrg
|
||||
```
|
||||
|
||||
[dockerExecute]: ../dockerExecute
|
||||
|
Reference in New Issue
Block a user