padv.pipeline.generatePipeline
Generate pipeline file for CI platform
Syntax
Description
generates a pipeline file for the CI platform and options specified by
generatorResults
= padv.pipeline.generatePipeline(pipelineGeneratorOptions
)pipelineGeneratorOptions
. The function
padv.pipeline.generatePipeline
is a pipeline generator that can
automatically generate a pipeline file. The generated pipeline file can configure a pipeline
that runs your process in CI.
This functionality requires CI/CD Automation for Simulink Check.
generates a pipeline file for the process specified by generatorResults
= padv.pipeline.generatePipeline(___,processName
)processName
. By
default, if you define multiple processes in your process model, the pipeline generator
generates a pipeline for the default process in your process model. For more information,
see Manage Multiple Build and Verification Workflows Using Processes.