Reputation: 487
The company I work for uses Jenkins as their test management software. Very useful, very pleased with it so far. The only trouble is that the Test Result Trend graph hasn't actually updated since Build #28. (We're up to build #54 for this particular suite of automation.)
Is there any way we can force the TRTG to update?
Upvotes: 3
Views: 2503
Reputation: 1059
You need a successful build to update the test trend. Check why builds are marked as failures since 28#.
To do this you can click on console output on last build failure.
Upvotes: 4