Re: Multibranch Pipeline: GCC errors does not stand out

2016-10-27 Thread Sverre Moe
There is not much information on that plugin page how to do that. In Jenkins configuration for ANSI Color there are xterm, vga, css and gnome-terminal. Those are only color codes, and there is nothing how to "translate" the ansi escape codes. I found a Pipeline example on the plugin github

Re: Multibranch Pipeline: GCC errors does not stand out

2016-10-26 Thread Baptiste Mathus
Hi, you have to understand a bit more how things work to enable that. On the CLI, this is generally done through ansi escape codes. So, to enable that on Jenkins, you "just" have to enable "something" that would translate those to something a web browser can understand:

Re: Multibranch Pipeline: GCC errors does not stand out

2016-10-24 Thread Sverre Moe
When running make manually on the command line I get highlighting. It would help the developers greatly if they could see the same in Jenkins Console Output.

Multibranch Pipeline: GCC errors does not stand out

2016-10-19 Thread Sverre Moe
The Pipeline Stage View, show Logs It should show red color for those steps that has error, I have seen it on some occasions. However it does not highlight those steps that has gcc compile errors. Our developers opinion is that the Console output is difficult to parse. since all the paralell