mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
2d412d9f3c
* IntegrationArtifactResource Command * Remove unused code * Formatting fix * formatting fix * formatting fix * formatting fix * formatting fix * CodeReview Fixes * Code Review Fix * Code Review Fixes * Code Review Fixes * Format fix * format fix * format fix * format fix * Code Review Fix Co-authored-by: Oliver Feldmann <oliver.feldmann@sap.com>
54 lines
1.9 KiB
YAML
54 lines
1.9 KiB
YAML
metadata:
|
|
name: integrationArtifactResource
|
|
description: Add, Delete or Update an resource file of integration flow designtime artifact
|
|
longDescription: |
|
|
With this step you can either add, delete or update a resource of integration flow designtime artifact using the OData API. Learn more about the SAP Cloud Integration remote API for managing an resource of integration flow artifact [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: operation
|
|
type: string
|
|
description: Specifies the operation(create/update/delete) for resource file of the Integration Flow artifact
|
|
scope:
|
|
- PARAMETERS
|
|
- STAGES
|
|
- STEPS
|
|
mandatory: true
|
|
possibleValues:
|
|
- create
|
|
- update
|
|
- delete
|
|
- name: resourcePath
|
|
type: string
|
|
description: Specifies integration artifact resource file relative path.
|
|
scope:
|
|
- PARAMETERS
|
|
- STAGES
|
|
- STEPS
|
|
mandatory: true
|