1
0
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:
Irina Kirilova 2019-10-28 12:05:52 +01:00 committed by Marcus Holl
parent 462c293c9c
commit 2f00e36682

View File

@ -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