1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-31 22:05:11 +02:00
sap-jenkins-library/documentation/docs/steps/apiKeyValueMapDownload.md
Mayur Belur Mohan d3b090e63e
ApiKeyValueMapDownload Command (#3245)
* ApiKeyValueMapDownload Command

* CodeReview Fixes
2021-11-15 13:48:14 +01:00

31 lines
572 B
Markdown

# ${docGenStepName}
## ${docGenDescription}
## Prerequisites
## ${docGenParameters}
## ${docGenConfiguration}
## ${docJenkinsPluginDependencies}
## Example
Example configuration for the use in a `Jenkinsfile`.
```groovy
apiKeyValueMapDownload script: this
```
Example for the use in a YAML configuration file (such as `.pipeline/config.yaml`).
```yaml
steps:
<...>
apiKeyValueMapDownload:
apimApiServiceKeyCredentialsId: 'MY_API_SERVICE_KEY'
apiProxyName: 'MY_API_KEY_VALUE_MAP_NAME'
downloadPath: MY_API_KEY_VALUE_MAP_CSV_FILE_DOWNLOAD_PATH
```