github.com/jaylevin/jenkins-library@v1.230.4/resources/metadata/integrationArtifactResource.yaml (about)

     1  metadata:
     2    name: integrationArtifactResource
     3    description: Add, Delete or Update an resource file of integration flow designtime artifact
     4    longDescription: |
     5      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).
     6  
     7  spec:
     8    inputs:
     9      secrets:
    10        - name: cpiApiServiceKeyCredentialsId
    11          description: Jenkins secret text credential ID containing the service key to the Process Integration Runtime service instance of plan 'api'
    12          type: jenkins
    13      params:
    14        - name: apiServiceKey
    15          type: string
    16          description: Service key JSON string to access the Process Integration Runtime service instance of plan 'api'
    17          scope:
    18            - PARAMETERS
    19          mandatory: true
    20          secret: true
    21          resourceRef:
    22            - name: cpiApiServiceKeyCredentialsId
    23              type: secret
    24              param: apiServiceKey
    25        - name: integrationFlowId
    26          type: string
    27          description: Specifies the ID of the Integration Flow artifact
    28          scope:
    29            - PARAMETERS
    30            - GENERAL
    31            - STAGES
    32            - STEPS
    33          mandatory: true
    34        - name: operation
    35          type: string
    36          description: Specifies the operation(create/update/delete) for resource file of the Integration Flow artifact
    37          scope:
    38            - PARAMETERS
    39            - STAGES
    40            - STEPS
    41          mandatory: true
    42          possibleValues:
    43            - create
    44            - update
    45            - delete
    46        - name: resourcePath
    47          type: string
    48          description: Specifies integration artifact resource file relative path.
    49          scope:
    50            - PARAMETERS
    51            - STAGES
    52            - STEPS
    53          mandatory: true