1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-11-29 22:58:09 +02:00

ApiKeyValueMapDownload Command (#3245)

* ApiKeyValueMapDownload Command

* CodeReview Fixes
This commit is contained in:
Mayur Belur Mohan
2021-11-15 18:18:14 +05:30
committed by GitHub
parent cf62c35b1a
commit d3b090e63e
12 changed files with 424 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
# ${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
```