You've already forked sap-jenkins-library
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:
committed by
GitHub
parent
cf62c35b1a
commit
d3b090e63e
30
documentation/docs/steps/apiKeyValueMapDownload.md
Normal file
30
documentation/docs/steps/apiKeyValueMapDownload.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user