2021-02-10 18:08:23 +02:00
metadata :
name : integrationArtifactDownload
description : Download integration flow runtime artefact
longDescription : |
2021-04-30 09:43:25 +02:00
With this step you can download a integration flow runtime artifact, which returns a zip file with the integration flow contents in to current workspace using the OData API. Learn more about the SAP Cloud Integration remote API for downloading an integration flow artifact [here](https://help.sap.com/viewer/368c481cd6954bdfa5d0435479fd4eaf/Cloud/en-US/d1679a80543f46509a7329243b595bdb.html).
2021-02-10 18:08:23 +02:00
spec :
inputs :
secrets :
2021-06-28 14:54:03 +02:00
- name : cpiApiServiceKeyCredentialsId
2021-07-01 10:07:57 +02:00
description : Jenkins secret text credential ID containing the service key to the Process Integration Runtime service instance of plan 'api'
2021-02-10 18:08:23 +02:00
type : jenkins
params :
2021-06-28 10:50:33 +02:00
- name : apiServiceKey
2021-02-10 18:08:23 +02:00
type : string
2021-07-01 10:07:57 +02:00
description : Service key JSON string to access the Process Integration Runtime service instance of plan 'api'
2021-02-10 18:08:23 +02:00
scope :
- PARAMETERS
mandatory : true
secret : true
resourceRef :
2021-06-28 16:57:37 +02:00
- name : cpiApiServiceKeyCredentialsId
2021-02-10 18:08:23 +02:00
type : secret
2021-06-28 16:57:37 +02:00
param : apiServiceKey
2021-02-10 18:08:23 +02:00
- name : integrationFlowId
type : string
description : Specifies the ID of the Integration Flow artifact
scope :
- PARAMETERS
- STAGES
- STEPS
mandatory : true
- name : integrationFlowVersion
type : string
description : Specifies the version of the Integration Flow artifact
scope :
- PARAMETERS
2021-06-29 10:09:18 +02:00
- GENERAL
2021-02-10 18:08:23 +02:00
- STAGES
- STEPS
mandatory : true
- name : downloadPath
type : string
description : Specifies integration artifact download location.
scope :
- PARAMETERS
- STAGES
- STEPS
mandatory : true