1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/documentation/docs/steps/integrationArtifactDeploy.md
2021-07-27 09:51:56 +02:00

507 B

${docGenStepName}

${docGenDescription}

Prerequisites

${docGenParameters}

${docGenConfiguration}

${docJenkinsPluginDependencies}

Example

Example configuration for the use in a Jenkinsfile.

integrationArtifactDeploy script: this

Example of a YAML configuration file (such as .pipeline/config.yaml).

steps:
  <...>
  integrationArtifactDeploy:
    cpiApiServiceKeyCredentialsId: 'MY_API_SERVICE_KEY'
    integrationFlowId: 'MY_INTEGRATION_FLOW_NAME'