On 24 November 2017 at 19:15, Philippe Mouawad <[email protected]> wrote: > Hello, > Today checkstyle which controls tabs and other things that can make build > fail is ran after tests. > > Wouldn’t we gain some cpu, time and avoid useless power consumption if we > added this check before even compiling classes ?
Disagree; if the build is failed just for tabs than you may fix a tab issue only to find that there is a compilation issue or a unit test failure. Maybe it's possible to configure the tabs as a warning rather than a failure (in which case it does not matter when they are checked) > I also have the feeling the jenkins nodes are not very stable: > - localhost not configured > - disk space issues > > Any ideas to improve ? Report the problems to the build list. > Regards > > > > > -- > Cordialement. > Philippe Mouawad. > Ubik-Ingénierie > > UBIK LOAD PACK Web Site <http://www.ubikloadpack.com/> > > UBIK LOAD PACK on TWITTER <https://twitter.com/ubikloadpack>
