mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
6426a2f792
* Change credential name in yaml Change cpiAPIServiceKeyCredentialId to cpiApiServiceKeyCredentialsId in cpi yaml files * Refactor groovy files Change cpiAPIServiceKeyCredentialId to cpiApiServiceKeyCredentialsId in cpi groovy files * Change credential name in md Change cpiAPIServiceKeyCredentialId to cpiApiServiceKeyCredentialsId in cpi md files
49 lines
1.7 KiB
YAML
49 lines
1.7 KiB
YAML
metadata:
|
|
name: integrationArtifactDeploy
|
|
description: Deploy a CPI integration flow
|
|
longDescription: |
|
|
With this step you can deploy a integration flow artifact in to SAP Cloud Platform integration runtime using OData API. Learn more about the SAP Cloud Integration remote API for deploying an integration artifact [here](https://help.sap.com/viewer/368c481cd6954bdfa5d0435479fd4eaf/Cloud/en-US/d1679a80543f46509a7329243b595bdb.html)
|
|
|
|
spec:
|
|
inputs:
|
|
secrets:
|
|
- name: cpiApiServiceKeyCredentialsId
|
|
description: Jenkins credential ID for secret text containing the service key to the SAP Cloud Integration API
|
|
type: jenkins
|
|
params:
|
|
- name: apiServiceKey
|
|
type: string
|
|
description: Service key JSON string to access the Cloud Integration API
|
|
scope:
|
|
- PARAMETERS
|
|
mandatory: true
|
|
secret: true
|
|
resourceRef:
|
|
- name: cpiServiceKeyCredentialId
|
|
type: secret
|
|
param: serviceKey
|
|
- 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
|
|
- STAGES
|
|
- STEPS
|
|
mandatory: true
|
|
- name: platform
|
|
type: string
|
|
description: Specifies the running platform of the SAP Cloud platform integraion service
|
|
scope:
|
|
- PARAMETERS
|
|
- STAGES
|
|
- STEPS
|
|
mandatory: false
|