Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 1107338

Browse files
authored
Update CONFIGDOC.md
1 parent 9e8d44e commit 1107338

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONFIGDOC.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,10 @@ Starting in R2024a, if you run a MATLAB build using the **Run MATLAB Build** or
493493
![Table of MATLAB build results including three tasks. Each table row includes a clickable task name, its status, description, and duration.](https://github.com/user-attachments/assets/97fd7dc5-b00f-45bc-97a8-990ce26123d4)
494494

495495
### Access Visualized Test Results
496+
If you have a MATLAB Test™ license, you can view your MATLAB and Simulink test results in your Jenkins interface when you take any of these actions:
497+
- Run tests using the **Run MATLAB Tests** or `runMATLABTests` step.
498+
- Run tests using a [`matlab.buildtool.tasks.TestTask`] (https://www.mathworks.com/help/matlab/ref/matlab.buildtool.tasks.testtask-class.html) instance through the **Run MATLAB Build** or `runMATLABBuild` step.
499+
- Run tests using a default test runner through the **Run MATLAB Command** or `runMATLABCommand` step.
496500

497501
## Register MATLAB as Jenkins Tool
498502
When you run MATLAB code and Simulink models as part of your automated pipeline of tasks, Jenkins invokes MATLAB as an external program. When you configure your project, you can explicitly specify the MATLAB version that Jenkins invokes by providing the path to the preferred MATLAB root folder. For example, you can use an `environment` block in your `Jenkinsfile` to specify a MATLAB root folder for your pipeline project.

0 commit comments

Comments
 (0)