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

Commit 798ebcc

Browse files
authored
React to technical review feedback
1 parent 7db6734 commit 798ebcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONFIGDOC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can use the web UI provided by Jenkins to configure the plugin in freestyle
2424
### Use MATLAB in Build
2525
Once you install the plugin, **Use MATLAB version** appears in the **Build Environment** section of the project configuration window. Select **Use MATLAB version** to specify the MATLAB version you want to use in the build. You can select one of the MATLAB versions that have been registered as a Jenkins tool, or you can select **Custom** if you want to specify a different version. For more information about registering MATLAB as a tool, see [Register MATLAB as Jenkins Tool](#register-matlab-as-jenkins-tool).
2626

27-
In this example, the list includes two registered tools as well as the option for specifying a custom installation. If you select **Custom**, then you must enter the full path to your desired MATLAB root folder in the **MATLAB root** box.
27+
In this example, the list includes two registered tools as well as the option for specifying a custom installation. If you select **Custom**, a **MATLAB root** box appears in the UI. You must enter the full path to your desired MATLAB root folder in this box.
2828

2929
![use_matlab_version_tool](https://user-images.githubusercontent.com/48831250/105066626-fb982a80-5a4c-11eb-8d9a-d044c16fdb53.png)
3030

@@ -57,7 +57,7 @@ Artifacts are not autogenerated if you choose to run tests using this build step
5757
#### Run MATLAB Tests
5858
This build step uses a default setting to run tests authored using the MATLAB Unit Testing Framework or Simulink Test™. By default, if your code is organized into files and folders within a MATLAB project, then the plugin includes any test files in the project that have been labeled as `Test`. If your code does not leverage a MATLAB project or uses a MATLAB release before R2019a, then the plugin includes all tests in the project workspace, including its subfolders.
5959

60-
With the **Run MATLAB Tests** build step, you can customize your test run using the exisiting options in the step configuration panel. For example, you can add folders to the MATLAB search path, have control over which tests to run, and generate different types of artifacts. If you do not select any of the check boxes, the tests still run, and test failures fail the build.
60+
With the **Run MATLAB Tests** build step, you can customize your test run using the existing options in the step configuration panel. For example, you can add folders to the MATLAB search path, have control over which tests to run, and generate different types of artifacts. If you do not select any of the check boxes, all of the tests in your project run and test failures fail the build.
6161

6262
![run_matlab_tests](https://user-images.githubusercontent.com/48831250/105909610-c2842b00-5ff5-11eb-9b6a-9530ae7289ff.png)
6363

0 commit comments

Comments
 (0)