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

Commit 9e8d44e

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CONFIGDOC.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,15 @@ To generate test and coverage artifacts, select options in the **Generate Test A
112112

113113
![run_matlab_tests_artifacts](https://github.com/user-attachments/assets/d38bb240-5a24-4313-9585-8692c82525f5)
114114

115-
The **Run MATLAB Tests** build step produces a MATLAB script file and uses it to run the tests and generate the artifacts. The plugin writes the contents of this file to the build log. You can review the build log on the **Console Output** page to understand the testing workflow.
116-
117115
Artifacts that the plugin generates are subject to these restrictions:
118116
* Producing a PDF test report on macOS platforms is supported in MATLAB R2020b and later.
119117
* Exporting Simulink Test™ Manager results requires a Simulink Test license and is supported in MATLAB R2019a and later.
120118
* Collecting model coverage results requires a Simulink Coverage™ license and is supported in MATLAB R2018b and later.
121119

120+
The **Run MATLAB Tests** build step produces a MATLAB script file and uses it to run the tests and generate the artifacts. The plugin writes the contents of this file to the build log. You can review the build log on the **Console Output** page to understand the testing workflow.
121+
122+
You can access the results of running MATLAB and Simulink tests directly from your Jenkins interface. For more information, see [Access Visualized Test Results](#access-visualized-test-results).
123+
122124
#### Run MATLAB Command
123125
The **Run MATLAB Command** build step lets you run MATLAB scripts, functions, and statements. You can use this build step to customize your test run or execute any MATLAB commands.
124126

@@ -366,6 +368,8 @@ node {
366368
}
367369
```
368370

371+
You can access the results of running MATLAB and Simulink tests directly from your Jenkins interface. For more information, see [Access Visualized Test Results](#access-visualized-test-results).
372+
369373
### Use the `runMATLABCommand` Step
370374
Use the `runMATLABCommand` step in your pipeline to run MATLAB scripts, functions, and statements. You can use this step to customize your test run or execute any MATLAB commands. The step requires an input and also accepts an optional input.
371375

0 commit comments

Comments
 (0)