Task | 51 |Status | 52 |Description | 53 |Duration (HH:mm:ss) | 54 |
---|---|---|---|
61 | |
68 |
69 |
70 | |
90 | 91 | 92 | ${p.taskDescription} 93 | 94 | | 95 |${p.taskDuration} | 96 |
Tasks run: ${it.totalCount}
16 |6 | Note: If the job runs on a remote agent, you must specify the full path to MATLAB root folder on the remote agent.
7 |6 | Note: If the job runs on a remote agent, you must specify the full path to MATLAB root folder on the remote agent.
7 |
3 | Use this list to add MATLAB versions as axis values to your matrix configuration. The list includes the names of all MATLAB versions that have been registered as a tool in Jenkins.
4 | In each build iteration, the plugin prepends one of the selected versions to the PATH environment variable and invokes it to perform the build.
5 |
7 | Note: In multi-configuration projects, the values specified by Use MATLAB version take precedence over the values specified by the MATLAB axis.
8 |
8 | Note: If the job runs on a remote agent, you must specify the full path to MATLAB root folder on the remote agent.
9 |
3 | Use this list to specify the MATLAB version for the build. The plugin prepends your specified MATLAB to the PATH environment variable and uses it to perform the build.
4 | The list includes the names of all MATLAB versions that have been registered as a tool in Jenkins. Select one of the tools, or select Custom if you want to specify a different version. When you select Custom, you must enter the full path to the desired MATLAB root folder in the MATLAB root box.
5 |
7 | Note: In multi-configuration projects, the value specified by Use MATLAB version takes precedence over the values specified by the MATLAB axis.
8 |
Maximum verbosity level for logged diagnostics included for the test run.
3 |Display level for event details output by the test run.
3 |Specify the location of folders containing source code, relative to the project root folder. The specified folders and their subfolders are added to the top of the MATLAB search path. To generate a coverage report, MATLAB uses only the source code in the specified folders and their subfolders.
3 |Paste the source folder path in the Folder path box. To add more folders, click Add folder.
4 |Whether to apply strict checks when running the tests. For example, the framework generates a qualification failure if a test issues a warning.
3 |Whether to run tests in parallel. This feature requires a Parallel Computing Toolbox license, and might not be 3 | compatible with other options. If incompatible, testing occurs in serial regardless of the value of this feature.
4 |Maximum verbosity level for logged diagnostics included for the test run.
3 |Display level for event details output by the test run.
3 |Specify the locations of folders containing tests, relative to the project root folder, as a list of strings. To generate a test suite, MATLAB uses only the tests in the specified folders and their subfolders.
3 |Example: ["test/folderA", "test/folderB"]
4 |Specify the test tag used to select test suite elements. To generate a test suite, MATLAB uses only the test elements with the specified tag.
3 |Example: 'FeatureA'
4 |Specify the location of folders containing source code, relative to the project root folder, as a string array. The specified folders and their subfolders are added to the top of the MATLAB search path. To generate a coverage report, MATLAB uses only the source code in the specified folders and their subfolders.
3 |Example: ["src/folderA", "src/folderB"]
4 |Whether to apply strict checks when running the tests. For example, the framework generates a qualification failure if a test issues a warning.
3 |Whether to run tests in parallel. This feature requires a Parallel Computing Toolbox license, and might not be 3 | compatible with other options. If incompatible, testing occurs in serial regardless of the value of this feature.
4 |3 | Insert a space-separated list of products to install. The plugin installs the specified products in addition to MATLAB. 4 |
5 |6 | For a list of supported products, open the input file for your preferred release from the mpm-input-files folder on GitHub. 7 | Specify products using the format shown in the input file, excluding the #product. prefix. For example, to install Deep Learning Toolbox in addition to MATLAB, insert Deep_Learning_Toolbox in the Products box. 8 |
9 |
10 | Example: Simulink
11 | Example: Simulink Deep_Learning_Toolbox
12 |
3 | Insert the MATLAB version to install. To install the latest release of MATLAB, insert latest in the Release box. 4 |
5 |6 |
13 | Example: R2024a
14 | Example: latest
15 | Example: R2023bU4
16 |