mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
correct typos in xsDeploy documentation (#921)
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user