Hi all, I am working in a C++ project and use Jenkins for CI. Our slave machine runs Ubuntu Server 12.04 and we are using several plug-ins to detect and report C++ compiling warnings, but we are wondering if it would be possible to report C++ compiling errors as well. We noticed that Jenkins automatically stops the job execution after a compiling error. We have also tried to compile our targets using the "make -k" option to let the compiler continue in case of failing targets. This way, he finally get non-failing targets compiled, but Jenkins keeps stopping the job. Is there a way to let Jenkins continue executing the job and report the failing targets and detected compiling errors (in a similar way to detected warnings)?
Thanks a lot and best regards! Miguel Algaba.
