github.com/jaylevin/jenkins-library@v1.230.4/resources/metadata/apiKeyValueMapDownload.yaml (about) 1 metadata: 2 name: apiKeyValueMapDownload 3 description: Download a specific Key Value Map from the API Portal 4 longDescription: | 5 With this step you can download a specific Key Value Map from the API Portal, which returns a zip file with the Key Value Map contents in to current workspace using the OData API. 6 Learn more about the SAP API Management API for downloading an Key Value Map artifact [here](https://help.sap.com/viewer/66d066d903c2473f81ec33acfe2ccdb4/Cloud/en-US/e26b3320cd534ae4bc743af8013a8abb.html). 7 8 spec: 9 inputs: 10 secrets: 11 - name: apimApiServiceKeyCredentialsId 12 description: Jenkins secret text credential ID containing the service key to the API Management Runtime service instance of plan 'api' 13 type: jenkins 14 params: 15 - name: apiServiceKey 16 type: string 17 description: Service key JSON string to access the API Management Runtime service instance of plan 'api' 18 scope: 19 - PARAMETERS 20 mandatory: true 21 secret: true 22 resourceRef: 23 - name: apimApiServiceKeyCredentialsId 24 type: secret 25 param: apiServiceKey 26 - name: keyValueMapName 27 type: string 28 description: Specifies the name of the Key Value Map. 29 scope: 30 - PARAMETERS 31 - STAGES 32 - STEPS 33 mandatory: true 34 - name: downloadPath 35 type: string 36 description: Specifies Key Value Map download CSV file location. 37 scope: 38 - PARAMETERS 39 - STAGES 40 - STEPS 41 mandatory: true