-
Improvement
-
Resolution: Cannot Reproduce
-
Major
-
None
In case of a jenkins job with sonar analysis enabled, the log parser parses only the main part of the build and ignores the rest, so there is no possiblity of parsing sonar's output.
example:
- console
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20 seconds
[INFO] Finished at: Mon Apr 02 11:48:29 CEST 2012
[INFO] Final Memory: 32M/292M
[INFO] ------------------------------------------------------------------------
[TASKS] Aggregating results of XXX
[TASKS] Using set difference to compute new warnings
[TASKS] Not changing build status, since no threshold has been exceeded
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
[trunk] $ /opt/maven/2.2.1/bin/mvn ...
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'sonar'.
...
-parsed console
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20 seconds
[INFO] Finished at: Mon Apr 02 11:48:29 CEST 2012
[INFO] Final Memory: 32M/292M
[INFO] ------------------------------------------------------------------------
[TASKS] Aggregating results of XXX
[TASKS] Using set difference to compute new warnings
[TASKS] Not changing build status, since no threshold has been exceeded
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released