1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-18 21:52:25 +02:00
sap-jenkins-library/documentation/docs/steps/xsDeploy.md
Marcus Holl e54f18e6bc
Introduce xsDeploy step (#749)
Introduce xs deploy
2019-09-11 13:42:38 +02:00

42 lines
630 B
Markdown

# ${docGenStepName}
## ${docGenDescription}
## ${docGenParameters}
## ${docGenConfiguration}
## ${docJenkinsPluginDependencies}
## Side effects
none
## Example
```groovy
xsDeploy
script: this,
mtaPath: 'path/to/archiveFile.mtar',
credentialsId: 'my-credentials-id',
apiUrl: 'https://example.org/xs',
space: 'mySpace',
org:: 'myOrg'
```
Example configuration:
```yaml
steps:
<...>
xsDeploy:
script: this,
mtaPath: path/to/archiveFile.mtar
credentialsId: my-credentials-id
apiUrl: https://example.org/xs
space: mySpace
org:: myOrg
```
[dockerExecute]: ../dockerExecute