github.com/xgoffin/jenkins-library@v1.154.0/documentation/docs/steps/integrationArtifactTriggerIntegrationTest.md (about)

     1  # ${docGenStepName}
     2  
     3  ## ${docGenDescription}
     4  
     5  ## ${docGenParameters}
     6  
     7  ## ${docGenConfiguration}
     8  
     9  ## ${docJenkinsPluginDependencies}
    10  
    11  ## Example
    12  
    13  Example configuration for the use in a `Jenkinsfile`.
    14  
    15  ```groovy
    16  integrationArtifactTriggerIntegrationTest script: this
    17  ```
    18  
    19  Example for the use in a YAML configuration file (such as `.pipeline/config.yaml`).
    20  
    21  ```yaml
    22  steps:
    23    <...>
    24    integrationArtifactTriggerIntegrationTest:
    25      integrationFlowServiceKeyCredentialsId: 'MY_INTEGRATION_FLOW_SERVICE_KEY'
    26      integrationFlowId: 'INTEGRATION_FLOW_ID'
    27      contentType: 'text/plain'
    28      messageBodyPath: 'myIntegrationsTest/testBody'
    29  ```