BlueOcean displaying artifacts (cppcheck, coverage, etc)

28 views
Skip to first unread message

Zach LaCelle

unread,
Nov 16, 2018, 2:59:31 PM11/16/18
to jenkins...@googlegroups.com
Hello,

I'm using a Declarative Pipeline with BlueOcean, and I'm unclear how to get BlueOcean to display artifacts from my build nicely. For instance, I used to (and still do) display a roll-up of cppcheck results in Jenkins. I also track code coverage using gcov/lcov and the standard coverage plugins, which lets me do nice things like browse the code and visualize what is covered and what is not.

In the new BlueOcean view of the build system, where do these third party plugin views exist? How do I get to them? For instance, for cppcheck results I have in my post {} section:

//This still produces traditional cppcheck output in the "regular" view
step([$class: 'CppcheckPublisher', pattern: 'cppcheck-result.xml'])

//This seems to do nothing?
publishCppcheck pattern: cppcheck-result.xml

More broadly, how does BlueOcean envision displaying these types of results, which used to live in the plugin's displays on the Jenkins build results area?
Reply all
Reply to author
Forward
0 new messages