mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +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',
|
credentialsId: 'my-credentials-id',
|
||||||
apiUrl: 'https://example.org/xs',
|
apiUrl: 'https://example.org/xs',
|
||||||
space: 'mySpace',
|
space: 'mySpace',
|
||||||
org:: 'myOrg'
|
org: 'myOrg'
|
||||||
```
|
```
|
||||||
|
|
||||||
Example configuration:
|
Example configuration:
|
||||||
@@ -30,12 +30,11 @@ Example configuration:
|
|||||||
steps:
|
steps:
|
||||||
<...>
|
<...>
|
||||||
xsDeploy:
|
xsDeploy:
|
||||||
script: this,
|
|
||||||
mtaPath: path/to/archiveFile.mtar
|
mtaPath: path/to/archiveFile.mtar
|
||||||
credentialsId: my-credentials-id
|
credentialsId: my-credentials-id
|
||||||
apiUrl: https://example.org/xs
|
apiUrl: https://example.org/xs
|
||||||
space: mySpace
|
space: mySpace
|
||||||
org:: myOrg
|
org: myOrg
|
||||||
```
|
```
|
||||||
|
|
||||||
[dockerExecute]: ../dockerExecute
|
[dockerExecute]: ../dockerExecute
|
||||||
|
|||||||
Reference in New Issue
Block a user