mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-05-31 23:09:34 +02:00
* IntegrationArtifactGetMplStatus Command Co-authored-by: Marcus Holl <marcus.holl@sap.com>
643 B
643 B
${docGenStepName}
${docGenDescription}
Prerequisites
${docGenParameters}
${docGenConfiguration}
${docJenkinsPluginDependencies}
Example
Example configuration for the use in a Jenkinsfile
.
integrationArtifactGetMplStatus script: this
Example for the use in a YAML configuration file (such as .pipeline/config.yaml
).
steps:
<...>
integrationArtifactGetMplStatus:
cpiCredentialsId: 'MY_CPI_OAUTH_CREDENTIALSID_IN_JENKINS'
integrationFlowId: 'INTEGRATION_FLOW_ID'
platform: cf
host: https://CPI_HOST_ITSPACES_URL
oAuthTokenProviderUrl: https://CPI_HOST_OAUTH_URL