Releases: mathworks/jenkins-matlab-plugin
Releases · mathworks/jenkins-matlab-plugin
matlab-2.16.0
Features
- On UNIX® systems, you can automatically install and register a specific version of MATLAB and most MathWorks products as a Jenkins tool. For more information, see Automatically Install MATLAB Using MATLAB Package Manager.
Compatibility Considerations
- The plugin now requires Jenkins version 2.387.3 or higher.
matlab-2.15.0
Features
- When you run a MATLAB build using the Run MATLAB Command or
runMATLABCommand
step, you can view the build results, including the MATLAB Build Results table, in your Jenkins interface. In previous releases, you can view the results only when using the Run MATLAB Build orrunMATLABBuild
step. - The MATLAB Build Results table includes enhancements such as updated colors and headings. The table also now displays the reason that a task was skipped. You can click Skipped in the table to go to the relevant build log information about a skipped task on the Console Output page.
matlab-2.14.0
Features
- You can use the plugin on Apple silicon agents.
Compatibility Considerations
- The plugin uses a folder at the same level as the project workspace to store temporary files. In previous releases, the plugin uses a temporary folder within the project workspace.
Bug Fixes
- If your project includes multiple steps for running a MATLAB build, then the plugin generates a separate table of task results for each step. In previous releases, the plugin first generates a table and then keeps overwriting it. For more information, see #338.
- When you access the result of running a MATLAB build by clicking the MATLAB Build Results link in your Jenkins interface, the plugin no longer displays an error message in the build log. For more information, see #345.
matlab-2.13.1
Bug Fixes
Fixed File Permission Issue in MATLAB Build Task
- Addressed an issue that occurred during the creation of the
buildArtifact.json
file while running theRun MATLAB build build
task. With this update, the plugin now issues an appropriate warning if any error occurs during file creation and continues the build execution without failing the Jenkins job.
matlab-2.13.0
Features
-
When you use either the Run MATLAB Build section of the web UI or the
runMATLABBuild
step in your pipeline, you can:- Specify build options for your MATLAB build. For example, you can specify
-continueOnFailure
to continue running the MATLAB build upon a build environment setup or task failure. - Access the result of running your MATLAB build interactively in the Jenkins interface. After your build runs, the Jenkins build summary page displays the number of tasks that ran, failed, and were skipped. You can click the MATLAB Build Results link on the page to access information about each task that was part of the MATLAB build.
For more information, see Plugin Configuration Guide.
- Specify build options for your MATLAB build. For example, you can specify
matlab-2.9.0
Features
-
You can customize your test run using either the Run MATLAB Tests section of the web UI or the
runMATLABTests
step in your Pipeline. The plugin provides you with options to:- Apply strict checks when running the tests.
- Run the tests in parallel (requires Parallel Computing Toolbox™).
- Control the amount of event detail displayed for the test run.
- Control the verbosity level for diagnostics logged for the test run.
For more information about how to customize a test run, see Plugin Configuration Guide
matlab-2.8.0
Features
- The plugin now supports generating test reports in PDF format on macOS platforms for MATLAB R2020b and later.
matlab-2.7.1
Bug Fixes
- Fix for the code coverage issue.
The plugin now generates a more accurate code coverage report by excluding internal files from the report.
q2.7.1-snapshot
This is Qualification tag which fixes #202
also fixes backslash issue in the console log
matlab-2.7.0
- This Release adds support for running MATLAB in a Docker based remote agent.