mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
9e22251c8d
* Make credential id name more descriptive * Improve serviceKey description * Change descriptions to add word service Co-authored-by: Linda Siebert <linda.siebert@sap.com>
59 lines
2.0 KiB
YAML
59 lines
2.0 KiB
YAML
metadata:
|
|
name: integrationArtifactUpdateConfiguration
|
|
description: Update integration flow Configuration parameter
|
|
longDescription: |
|
|
With this step you can update the value for a configuration parameters of a designtime integration flow using the OData API. Learn more about the SAP Cloud Integration remote API for configuration update of the integration flow parameter [here](https://help.sap.com/viewer/368c481cd6954bdfa5d0435479fd4eaf/Cloud/en-US/d1679a80543f46509a7329243b595bdb.html).
|
|
|
|
spec:
|
|
inputs:
|
|
secrets:
|
|
- name: cpiApiServiceKeyCredentialsId
|
|
description: Jenkins secret text credential ID containing the service key to the Process Integration Runtime service instance of plan 'api'
|
|
type: jenkins
|
|
params:
|
|
- name: apiServiceKey
|
|
type: string
|
|
description: Service key JSON string to access the Process Integration Runtime service instance of plan 'api'
|
|
scope:
|
|
- PARAMETERS
|
|
mandatory: true
|
|
secret: true
|
|
resourceRef:
|
|
- name: cpiApiServiceKeyCredentialsId
|
|
type: secret
|
|
param: apiServiceKey
|
|
- name: integrationFlowId
|
|
type: string
|
|
description: Specifies the ID of the Integration Flow artifact
|
|
scope:
|
|
- PARAMETERS
|
|
- GENERAL
|
|
- STAGES
|
|
- STEPS
|
|
mandatory: true
|
|
- name: integrationFlowVersion
|
|
type: string
|
|
description: Specifies the version of the Integration Flow artifact
|
|
scope:
|
|
- PARAMETERS
|
|
- GENERAL
|
|
- STAGES
|
|
- STEPS
|
|
mandatory: true
|
|
- name: parameterKey
|
|
type: string
|
|
description: Specifies the externalized parameter name.
|
|
scope:
|
|
- PARAMETERS
|
|
- STAGES
|
|
- STEPS
|
|
mandatory: true
|
|
- name: parameterValue
|
|
type: string
|
|
description: Specifies the externalized parameter value.
|
|
scope:
|
|
- PARAMETERS
|
|
- STAGES
|
|
- STEPS
|
|
mandatory: true
|