Hi Lukas,
I have just tried to reproduce your issue, but it works for me with Jenkins 1.578, Cppcheck plugin 1.19, Job Generator plugin 1.22 and 64-bit Linux version of Chrome 37.
I executed Jenkins using the command below and manually installed the plugins using the update center.
I created Job Generator job template, added Cppcheck publisher there and configured it. Then I generated a new job using the generator, executed a built and verified the published Cppcheck data are available.
I guess if there is any issue it will be in some JavaScript that comes directly from Jenkins. The plugin only provides a string to display in this menu, the real adding of publisher is done by Jenkins itself.
- Did you try to refresh the configuration page and try again?
- Did you try to add a different publisher using the same menu?
- Did you try a different web browser?
- Can you verify the issue is still present in the latest versions?
M.
Guess its not too difficult, but I have no experience in any Jenkins Plugin Programming...