Re: CppCheck plugin fails on Ubuntu 18.04

2018-11-29 Thread fabian
Not really the best solution but I guess the best one until Jenkins and plugins are Java 1.11 ready. Thanks for the hint, I'll try that. bye Fabi -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiv

Re: CppCheck plugin fails on Ubuntu 18.04

2018-10-23 Thread Tore Havsø Sæstad
Maybe you already solved this. Here is what I found after having the same problem: It started after upgrading a slave machine to Ubuntu 18.04. In the log for the slave machine in Jenkins UI I found this error message: "java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException". The problem

Re: CppCheck plugin fails on Ubuntu 18.04

2018-09-20 Thread Ullrich Hafner
The beta release of the warnings plug-in has also support for CPPcheck now. You can try if your file works here. https://jenkins.io/blog/2018/09/11/speaker-blog-warnings-plugin/ > Am 20.09.2018 um 14:29 schrieb Fabian Cenedese : > > Hi > > I have a job that among other things uses cppcheck to

CppCheck plugin fails on Ubuntu 18.04

2018-09-20 Thread Fabian Cenedese
Hi I have a job that among other things uses cppcheck to examine the code. This has worked on several systems (Ubuntu, Debian, Windows). However I have a problem using the same job on the last Ubuntu 18.04. Here's a snippet from a working build: (Ubuntu 16.04, CppCheck 1.72) [Cppcheck] Starting t