Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ignore SCM Sensor error

During sonar runner analysis the SVN blame command is executed many times. Sometimes an error happens. The connection might be lost for a moment so that a timeout occurs and the SVN server can't be reached.

The sonar-runner aborts execution when such a error occurs.

Is it possible to configure sonar so that such SVN errors are ignored?

like image 278
Andreas Gryphius Avatar asked Mar 24 '15 12:03

Andreas Gryphius


1 Answers

You can use -Dsonar.scm.disabled=true. See this answer for details.

like image 55
Moritz Avatar answered Nov 23 '22 18:11

Moritz