mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
40 lines
1.4 KiB
YAML
40 lines
1.4 KiB
YAML
metadata:
|
|
name: integrationArtifactGetMplStatus
|
|
description: Get the MPL status of an integration flow
|
|
longDescription: |
|
|
With this step you can obtain information about the Message Processing Log (MPL) status of integration flow using OData API. Learn more about the SAP Cloud Integration remote API for getting MPL status messages processed of an deployed 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: 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
|
|
outputs:
|
|
resources:
|
|
- name: commonPipelineEnvironment
|
|
type: piperEnvironment
|
|
params:
|
|
- name: custom/iFlowMplStatus
|