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?

-- 
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/CAJGGFMYY9DOkuHLdXN6T9_wwDPUOcvP9dt0cPENXLeeLReQQ0w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to