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

Commit 6d63efa

Browse files
authored
update example
1 parent 93ad185 commit 6d63efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/Run-MATLAB-Tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Configure the Jenkins build by following these steps:
3838
7. Click **Save** to save the project configuration settings. You can access and modify your settings at a later stage by selecting **Configure** in the project interface.
3939

4040
## Run Tests and Inspect Test Artifacts
41-
To build your Jenkins project and run the tests specified in the repository, click **Build now** in the project interface, which displays the project name at the top-left of the page. Jenkins triggers a build, assigns it a number under **Build History**, and runs the build. If the build is successful, a blue circle icon appears next to the build number. If the build fails, Jenkins adds a red circle icon. In this example, the build passes because all of the tests specified in the *Times Table App* project pass.
41+
To build your Jenkins project and run the tests specified in the repository, click **Build Now** in the project interface, which displays the project name at the top-left of the page. Jenkins triggers a build, assigns it a number under **Build History**, and runs the build. If the build is successful, a blue circle icon appears next to the build number. If the build fails, Jenkins adds a red circle icon. In this example, the build passes because all of the tests specified in the *Times Table App* project pass.
4242

4343
![build_1](https://user-images.githubusercontent.com/48831250/71103438-221fce00-2188-11ea-8d17-3793b3964d04.png)
4444

@@ -50,7 +50,7 @@ Access the published Cobertura code coverage report by opening the *Coverage Rep
5050

5151
![cobertura_report](https://user-images.githubusercontent.com/48831250/71103566-598e7a80-2188-11ea-9bc5-857420ca1fce.png)
5252

53-
To view the published JUnit test results, open the *Latest Test Result* link in the project interface. In the new page, open the link the the *All Tests* table. The table expands and lists information for each of the test classes within the *Times Table App* project.
53+
To view the published JUnit test results, open the *Latest Test Result* link in the project interface. In the new page, open the link in the *All Tests* table. The table expands and lists information for each of the test classes within the *Times Table App* project.
5454

5555
![junit_report](https://user-images.githubusercontent.com/48831250/71103594-63b07900-2188-11ea-9fa4-253cba446de7.png)
5656

0 commit comments

Comments
 (0)