Sunday, April 1, 2018

Trend Graph Javadocs Jenkins reporting-Jenkins FAQ

What is Test Result “Trend Graph “?  

If you click Build History entry, Jenkins will give you more detail about   Test Result. If anything, failure in your build Jenkins will tell us were number of test failures in the build, something which can be seen at a glance in the test Result Trend Graph Red color indicates test failures. You can even see which tests are failing, and how long they have been broken.

If you know exactly what went wrong, that’s easy enough to figure out as well. Trend Graph will show succeeding units test and colored with blue.


What is Javadocs?

For many Java projects, Javadoc comments are an important source of low-level technical documentation. There are even tools, such as UMLGraph, that let you produce Javadoc with embedded UML diagrams to give you a better picture of how the classes fit together in the application.


What is Jenkins reporting?

Reporting is one of Jenkins strong points. Jenkins easy to display test results and to publish Javadocs, you can also publish a large number of other very useful reports using Jenkins plugins.


<<Previous             Next >>

No comments:

Post a Comment