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

Commit 7bf98d0

Browse files
authored
Update Run-MATLAB-Tests.md
1 parent 288082e commit 7bf98d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/examples/Run-MATLAB-Tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ For more information about the *Times Table App* example project, see [Explore a
1818
Running the tests in this example requires you to interface Jenkins with MATLAB as well as a remote repository.
1919

2020
* To run MATLAB tests and generate test artifacts, you must install the Jenkins plugin for MATLAB. For information on how to install a plugin in Jenkins, see [Managing Plugins](https://jenkins.io/doc/book/managing/plugins/).
21-
* Jenkins runs the tests in a branch of the remote repository that is specified by a URL. To follow the build configuration steps, you must upload the *Times Table App* example project to a remote GitHub® repository.
22-
* To publish the test artifacts using post-build actions, relevant plugins must be installed on Jenkins. For example, the *[Cobertura Plugin](https://plugins.jenkins.io/cobertura)* integrates Cobertura coverage reports to Jenkins, and *[JUnit plugin](https://plugins.jenkins.io/junit)* enables JUnit-format test results to be published.
21+
* Jenkins runs the tests in a branch of the remote repository that is specified by a URL. To follow the build steps in this example, the *Times Table App* project must be under Git™ source control. For example, you can create a new repository for the project using your GitHub® account. For more information, see [Use Source Control with Projects](https://www.mathworks.com/help/matlab/matlab_prog/use-source-control-with-projects.html).
22+
* To publish the test artifacts using post-build actions, relevant plugins must be installed on Jenkins. For example, the *[Cobertura plugin](https://plugins.jenkins.io/cobertura)* integrates Cobertura coverage reports to Jenkins, and *[JUnit plugin](https://plugins.jenkins.io/junit)* enables JUnit-format test results to be published.
2323

2424
## Configure Jenkins Project to Run MATLAB Tests
2525
Create a new project and configure it by following these steps:

0 commit comments

Comments
 (0)