Export of cppcheck charts

54 views
Skip to first unread message

neiduebbeln

unread,
Dec 17, 2012, 10:17:51 AM12/17/12
to jenkins...@googlegroups.com
Hallo everybody,
 
i Want to get the cpp check statistic for all builds. Is it possible to export the complete data for a cppcheck graph for all the builds using the rest API or do I have first to get all builds numbers and than iterate on the single builds to get the data?
 
Thank's.

neiduebbeln

unread,
Dec 17, 2012, 10:18:58 AM12/17/12
to jenkins...@googlegroups.com

Am Montag, 17. Dezember 2012 16:17:51 UTC+1 schrieb neiduebbeln:
Hallo everybody,
 
i want to get the cpp check statistic for all builds. Is it possible to export the complete data for a cppcheck graph for all the builds using the rest API or do I have first to get all builds numbers and than iterate on the single builds to get the data?
 
Thank's.

Grégory Boissinot

unread,
Dec 22, 2012, 5:29:41 PM12/22/12
to jenkins...@googlegroups.com
You are able to gather Cppcheck result information for a specific buid
with the following URL
http://<jenkins_server>/job/<job_name>/<build_number>/cppcheckResult/api/xml

Getting Cppcheck statistic for all builds seems to be no sense.
Maybe you want to access the cppcheck result from the last budild,
accessing with the following URL
http://<jenkins_server>/job/<job_name>//lastBuild/cppcheckResult/api/xml

Nikhil Tulseja

unread,
Oct 19, 2015, 2:39:48 AM10/19/15
to Jenkins Users
hey , 
Can we export the TABLE which is showing all the detailed explanation of errors and warning with message  ? Can i send this table to all developers via email ext ( Groovy Scripts ) so that they can instantly improve their code ? 

Thanks in advance , 
Nikhil  
Reply all
Reply to author
Forward
0 new messages