The Hudson was building all projects without any issues since it was installed. All of a sudden yesterday my inbox was filled with failure reports, Hudson was not able to build any of the projects. Logs were having stacktrace like mentioned below-
Subscribe to:
Posts (Atom)
Most Reading
-
Hi Everyone, Normally this kind of violations comes when you are using mutable object in getter settter. Ideally you should not direct ...
-
Hi guys, If you get below error in your sonar build, don't worry we have solution for that. org.sonar.api.utils.SonarException: No...
-
Here is the detail for how to setup code coverage using jacoco plugin which is OOB come out with SONAR : Write sample java project calle...
-
Hi Everybody, If you want to know about the LCOM4(Lack of Cohesion of Methods) which sonar having , please see below example: Cohesion ...
-
1. Take backup of current sonar filesystem & DB. 2. Unzip sonar351 (Your current sonar version) in /opt/ folder. 3. Shutdown S...
-
1. Shutdown Jenkins . 2. Take backup of current Jenkins repository 3. Download jenkins.war file & put it in current webapps folder of a...
-
Hi All, If you are usinf findbugs to check code quality, you may see violations like "No relationship between generic parameter and...
-
Steps to install jenkins in local machine Install apache tomcat server Download latest jenkins war file from http://jenkins-ci.org/ ...
-
Hi Friends, If you know when we build any project through jenkins, it shows console where we can see deployment log. So if you are passi...
-
The default Java code coverage engine for unit tests to be used must be defined in Settings > Configuration > General Settings >...