Skip to content

Commit

Permalink
Update CONFIGDOC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mw-hrastega authored Mar 3, 2025
1 parent eb4815f commit 9e8d44e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CONFIGDOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,15 @@ To generate test and coverage artifacts, select options in the **Generate Test A

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

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.

Artifacts that the plugin generates are subject to these restrictions:
* Producing a PDF test report on macOS platforms is supported in MATLAB R2020b and later.
* Exporting Simulink Test™ Manager results requires a Simulink Test license and is supported in MATLAB R2019a and later.
* Collecting model coverage results requires a Simulink Coverage™ license and is supported in MATLAB R2018b and later.

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.

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).

#### Run MATLAB Command
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.

Expand Down Expand Up @@ -366,6 +368,8 @@ node {
}
```

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).

### Use the `runMATLABCommand` Step
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.

Expand Down

0 comments on commit 9e8d44e

Please sign in to comment.