Jenkins test schedule not updated

The company I work with uses Jenkins as its testing management software. Very helpful, very pleased with him so far. The only problem is that the graph Test result of the test has not actually been updated since build # 28. (We are going to build No. 54 for this specific automation package.)

Is there any way to get TRTG to update?

enter image description here

enter image description here

+3
source share
1 answer

You need a successful build to update the test trend. Check why builds are marked as crashing with 28 #.

To do this, you can click on the console output at the last build failure.

+4
source

All Articles