Andreas Gryphius
Andreas Gryphius

Reputation: 193

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?

Upvotes: 6

Views: 6141

Answers (1)

Moritz
Moritz

Reputation: 405

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

Upvotes: 20

Related Questions