mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-05-29 23:07:52 +02:00
* Change credential name in yaml Change cpiAPIServiceKeyCredentialId to cpiApiServiceKeyCredentialsId in cpi yaml files * Refactor groovy files Change cpiAPIServiceKeyCredentialId to cpiApiServiceKeyCredentialsId in cpi groovy files * Change credential name in md Change cpiAPIServiceKeyCredentialId to cpiApiServiceKeyCredentialsId in cpi md files
737 B
737 B
${docGenStepName}
${docGenDescription}
Prerequisites
${docGenParameters}
${docGenConfiguration}
${docJenkinsPluginDependencies}
Example
Example configuration for the use in a Jenkinsfile
.
integrationArtifactUpdateConfiguration script: this
Example of a YAML configuration file (such as .pipeline/config.yaml
).
steps:
<...>
integrationArtifactUpdateConfiguration:
cpiApiServiceKeyCredentialsId: 'MY_API_SERVICE_KEY'
integrationFlowId: 'MY_INTEGRATION_FLOW_NAME'
integrationFlowVersion: 'MY_INTEGRATION_FLOW_VERSION'
platform: 'cf'
parameterKey: 'MY_INTEGRATION_FLOW_CONFIG_PARAMETER_NAME'
parameterValue: 'MY_INTEGRATION_FLOW_CONFIG_PARAMETER_VALUE'