Confirmed users
129
edits
Hermescheng (talk | contribs) |
Hermescheng (talk | contribs) |
||
| Line 17: | Line 17: | ||
* Test Result Overview of a Build | * Test Result Overview of a Build | ||
** In Jenikns>>Project>>Build>>Test Result, we can quickly know which cases failed | ** In Jenikns>>Project>>Build>>Test Result, we can quickly know which cases failed and if it is failed last last time. | ||
*** If Fail=1 && diff="", it is usually a known issue. | *** If Fail=1 && diff="", it is usually a known issue. | ||
*** If Fail=1 && diff=+1, we need to figure out the reason: <big>'''if | *** If Fail=1 && diff=+1, we need to figure out the reason: <big>'''if it resulted from a bug'''</big>. | ||
*** If Pass=1 && diff=+1, the | *** If Pass=1 && diff=+1, the issue in last build might be resolved. | ||
[[File:Jenkins Project build test results.jpg|thumbnail|none|Test Result Overview]] | [[File:Jenkins Project build test results.jpg|thumbnail|none|Test Result Overview]] | ||