Changes between Version 3 and Version 4 of jenkins
- Timestamp:
- 02/06/19 11:46:11 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jenkins
v3 v4 9 9 [[Image(Screen Shot 2019-02-06 at 8.38.58 AM.png)]] 10 10 11 The yellow balls indicate that some tests failed. You should click on Linux_Ubuntu to see which test failed :11 The yellow balls indicate that some tests failed. You should click on Linux_Ubuntu to see which test failed. This brings you to the following page that shows the number of tests that failed: 12 12 13 You can then click on the test itself and it will bring you to this screen: 13 [[Image(Screen Shot 2019-02-06 at 8.46.49 AM.png)]] 14 14 15 You can click on "Latest test results" to get the list of tests that failed: 16 17 [[Image(Screen Shot 2019-02-06 at 8.46.58 AM.png)]] 18 19 You can then click on the test, and see what failed. It could be that the tolerance is just a bit tight, which would be a false positive, but not always. 20 21 [[Image(Screen Shot 2019-02-06 at 8.47.11 AM.jpg)]] 15 22 16 23 If the code failed to compile, click on "Console Output" and you should be able to see the error message and correct it.