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

Commit 94c0e26

Browse files
authored
Update CONFIGDOC.md
1 parent f8e7841 commit 94c0e26

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CONFIGDOC.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
You can use the Jenkins™ plugin for MATLAB® in freestyle and multi-configuration projects. This guide demonstrates how to run your MATLAB code on Jenkins.
1+
You can use the Jenkins™ plugin for MATLAB® in freestyle and multi-configuration projects. This guide demonstrates how to run your MATLAB code or Simulink® model on Jenkins.
22

33
- [Use MATLAB for Build](#use-matlab-for-build)
44
- [Specify Build Steps](#specify-build-steps)
@@ -18,8 +18,6 @@ If the build agent already has your desired MATLAB on the path, then you are not
1818

1919
**Note:** The [matlabroot](https://www.mathworks.com/help/matlab/ref/matlabroot.html) function returns the full path to the MATLAB root folder, which depends on the platform, MATLAB version, and installation location. This table shows examples of the root folder path on different platforms.
2020

21-
Examples
22-
2321
| Platform | Path to MATLAB Root Folder |
2422
|--------------|---------------------------------|
2523
| Windows® | C:\Program Files\MATLAB\R2019a |
@@ -30,7 +28,7 @@ Examples
3028
When you set up the **Build** section of the project configuration window, the plugin provides you with the **Run MATLAB Tests** and **Run MATLAB Command** build steps.
3129

3230
### Run MATLAB Tests
33-
This build step uses a default setting to run tests authored using the MATLAB Unit Testing Framework or Simulink® Test™. If your source 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 current Jenkins workspace, including its subfolders.
31+
This build step uses a default setting to run tests authored using the MATLAB Unit Testing Framework or Simulink Test™. If your source 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 current Jenkins workspace, including its subfolders.
3432

3533
If you use a source code management (SCM) system such as Git™, then your project must include the appropriate SCM configuration to check out the code before it can invoke the MATLAB plugin. If you do not use any SCM systems to manage your code, then an additional build step is required to ensure that the code is available in the Jenkins workspace before the build starts.
3634

@@ -47,7 +45,7 @@ The **Run MATLAB Command** build step enables you to specify MATLAB commands tai
4745

4846
If you specify more than one MATLAB command, use a comma or semicolon to separate the commands. The build fails if the execution of any command results in an error.
4947

50-
![run_matlab_commands](https://user-images.githubusercontent.com/48831250/76801842-d2fc3000-67ac-11ea-9174-0a6485595714.png)
48+
![run-matlab-command](https://user-images.githubusercontent.com/48831250/79279466-1d400200-7e7c-11ea-9ef5-0d006f100eea.png)
5149

5250
If you need to specify several MATLAB commands, consider writing a MATLAB script or function as part of your repository and executing this script or function instead.
5351

0 commit comments

Comments
 (0)