Hello, (First message, i'm glad to join this ML ;)
I will talk about 2 issues I met yesterday about jenkins and sonar. I do not know who to blame (jenkins, sonar or PEBKAC) Jenkins 1.534, JDK 7u25, CentOS 6.4, Maven 3.0.5 *First issue * With a "maven project" when sonar skipped maven module (eg. configuration module) the build is tag as "unstable". With a "freestyle project" that contains the same maven step, the same build is tag as "successfull". *Second issue* The datetime of the server that host jenkins was set to UTC Zero. My PC to UTC+2. I made the mistake yesterday to launch the sonar goal on my PC. Afterward, Sonar forbade all new analysis on Jenkins, because the analysis date was prior to the last one (I guess it is a sonar bug that do not take into account timezone). After I make this mistake : With a "maven project", the build goes in error but without message about the cause (I lost time to found why the build was broken). With a "freestyle project" the build goes in error with an error message about the incorrect date time. Regards, Nicolas -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
