We use the LogParser plugin. http://wiki.hudson-ci.org/display/HUDSON/Log+Parser+Plugin
It allows you to specify reg-expressions in a text file that are used when parsing the results of the build steps. Unfortunately this happens at the end of the build and not at the build-step. I hope that this helps, Mgimza On Fri, Nov 16, 2012 at 5:32 AM, Miguel Algaba Borrego < [email protected]> wrote: > 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. >
