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 On Mon, Dec 17, 2012 at 4:17 PM, neiduebbeln <stefan.sta...@de.trumpf.com> wrote: > 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.