padv.pipeline.AzureDevOpsOptions
Options for generating pipeline configuration file for Azure DevOps
Description
This object requires CI/CD Automation for Simulink Check. Use the padv.pipeline.AzureDevOpsOptions
object to
represent the desired options for generating an Azure® DevOps pipeline configuration file. To generate an Azure DevOps pipeline configuration file, use
padv.pipeline.AzureDevOpsOptions
as an input argument to the
padv.pipeline.generatePipeline
function. For more information on how to
use the pipeline generator to integrate into Azure DevOps, see Integrate Process into Azure DevOps.
Note
If you run MATLAB® using the -nodisplay
option or you use a machine that does
not have a display (like many CI runners and Docker® containers), you should set up a virtual display server before you include the
following built-in tasks in your process model:
Generate SDD Report
Generate Simulink Web View
Generate Model Comparison
For information, see Set Up Virtual Display Machines Without Displays.
Creation
Syntax
Description
returns configuration options for generating an Azure DevOps pipeline configuration file.options
= padv.pipeline.AzureDevOpsOptions
This functionality requires CI/CD Automation for Simulink Check.
sets properties using one or more name-value arguments. For example,
options
= padv.pipeline.AzureDevOpsOptions(Name=Value
)padv.pipeline.AzureDevOpsOptions(AgentPoolName="high_memory")
creates
an options object that specifies that a generated pipeline configuration file use
high_memory
as the Azure DevOps agent pool keyword.