mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-04 04:07:16 +02:00
610 B
610 B
${docGenStepName}
${docGenDescription}
${docGenParameters}
${docGenConfiguration}
${docJenkinsPluginDependencies}
Side effects
none
Example
xsDeploy
script: this,
mtaPath: 'path/to/archiveFile.mtar',
credentialsId: 'my-credentials-id',
apiUrl: 'https://example.org/xs',
space: 'mySpace',
org: 'myOrg'
Example configuration:
steps:
<...>
xsDeploy:
mtaPath: path/to/archiveFile.mtar
credentialsId: my-credentials-id
apiUrl: https://example.org/xs
space: mySpace
org: myOrg