Ignore SCM Sensor error
Asked Answered
B

1

6

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?

Bret answered 24/3, 2015 at 12:43 Comment(1)
Does anyone know an answer?Bret
K
20

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

Karakoram answered 22/4, 2015 at 14:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.