2021-01-12 16:47:42 +05:30
|
|
|
# ${docGenStepName}
|
|
|
|
|
|
|
|
## ${docGenDescription}
|
|
|
|
|
|
|
|
## Prerequisites
|
|
|
|
|
|
|
|
## ${docGenParameters}
|
|
|
|
|
|
|
|
## ${docGenConfiguration}
|
|
|
|
|
|
|
|
## ${docJenkinsPluginDependencies}
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
Example configuration for the use in a `Jenkinsfile`.
|
|
|
|
|
|
|
|
```groovy
|
2021-01-22 20:25:50 +05:30
|
|
|
integrationArtifactDeploy script: this
|
2021-01-12 16:47:42 +05:30
|
|
|
```
|
|
|
|
|
|
|
|
Example of a YAML configuration file (such as `.pipeline/config.yaml`).
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
steps:
|
|
|
|
<...>
|
2021-01-22 20:25:50 +05:30
|
|
|
integrationArtifactDeploy:
|
2021-06-28 14:54:03 +02:00
|
|
|
cpiApiServiceKeyCredentialsId: 'MY_API_SERVICE_KEY'
|
2021-01-12 16:47:42 +05:30
|
|
|
integrationFlowId: 'MY_INTEGRATION_FLOW_NAME'
|
|
|
|
```
|