> Am 21.08.2020 um 12:02 schrieb 'christop...@googlemail.com' via Jenkins Users 
> <jenkinsci-users@googlegroups.com>:
> 
> 
> I have two different kinds of jobs:
> one is installing all the requirements for a job from a storage, building one 
> package and collecting warnings and cppcheck results with warnings ng. Here 
> everything works fine, display of warnings and cppcheck-analysis works.
> In another jobs I am building all the requirements within the job and I am 
> collecting cppcheck results and warnings separately for every module (32 
> modules overall). (I am aware this might not be the best choice, I am working 
> at a redesign but this is only one open task).
> 
> I am calling warnings-ng with different names and ids respectively:
> 
>     recordIssues tools: 
> [cppCheck(pattern:"${MODULE_PATH}/**/cppcheck-result-*.xml", id: 
> "CppCheck-${MODULE}_${PLATFORM}_${VARIANT}", name: 
> "CppCheck-${MODULE}_${PLATFORM}_${VARIANT}") ]
>     recordIssues tools: [ msBuild( id: "${MODULE}_${PLATFORM}_${VARIANT}", 
> name: "${MODULE} ${PLATFORM} ${VARIANT}" ) ]
> (there are additional options that difer between both calls, that's why there 
> are two separate calls).
> In this kind of job, display a the Jenkins UI does not completely work. I get 
> the history plots in the UI but the links to the complete display do not work.

What does not work, can you please elaborate? Is the link wrong, or does the 
chart not react on click events? When the link is wrong, what is the link URL?

Does it help if you place the id and name outside of the tools section? 


> 
> Any ideas for me? Is it my failure or does the plugin not like so many 
> results?
> 
> TIA for any kind of assistance!
> Regards,
> Christoph
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/c4562bdb-47f8-4189-b7a8-20d730baf668n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/98A77A67-D53F-4904-A0DA-AAE5C23D45F6%40gmail.com.

Reply via email to