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

     1  metadata:
     2    name: integrationArtifactTriggerIntegrationTest
     3    description: Test the service endpoint of your iFlow
     4    longDescription: |
     5      With this step you can test your intergration flow  exposed by SAP Cloud Platform Integration on a tenant using OData API.Learn more about the SAP Cloud Integration remote API for getting service endpoint of deployed integration artifact [here](https://help.sap.com/viewer/368c481cd6954bdfa5d0435479fd4eaf/Cloud/en-US/d1679a80543f46509a7329243b595bdb.html).
     6  
     7  spec:
     8    inputs:
     9      secrets:
    10        - name: integrationFlowServiceKeyCredentialsId
    11          description: Jenkins secret text credential ID containing the service key to the Process Integration Runtime service instance of plan 'integration-flow'
    12          type: jenkins
    13      params:
    14        - name: integrationFlowServiceKey
    15          type: string
    16          description: Service key JSON string to access the Process Integration Runtime service instance of plan 'integration-flow'
    17          scope:
    18            - PARAMETERS
    19          mandatory: true
    20          secret: true
    21          resourceRef:
    22            - name: integrationFlowServiceKeyCredentialsId
    23              type: secret
    24              param: integrationFlowServiceKey
    25        - name: integrationFlowId
    26          type: string
    27          description: Specifies the ID of the Integration Flow artifact
    28          scope:
    29            - PARAMETERS
    30            - STAGES
    31            - STEPS
    32            - GENERAL
    33          mandatory: true
    34        - name: integrationFlowServiceEndpointUrl
    35          resourceRef:
    36            - name: commonPipelineEnvironment
    37              param: custom/integrationFlowServiceEndpoint
    38          type: string
    39          description: Specifies the URL endpoint of the iFlow. Please provide in the format `<protocol>://<host>:<port>`. Supported protocols are `http` and `https`.
    40          scope:
    41            - PARAMETERS
    42          mandatory: true
    43        - name: contentType
    44          type: string
    45          description: Specifies the content type of the file defined in messageBodyPath e.g. application/json
    46          scope:
    47            - PARAMETERS
    48            - STAGES
    49            - STEPS
    50          mandatory: false
    51        - name: messageBodyPath
    52          type: string
    53          description: Speficfies the relative file path to the message body.
    54          scope:
    55            - PARAMETERS
    56            - STAGES
    57            - STEPS
    58          mandatory: false