sonar.scanner.connectTimeout, sonar.scanner.socketTimeout, sonar.scanner.responseTimeout fail the end step if not a number #2063
Labels
Type: Parameters
UX for parameters, and ways to configure analysis (environmnet, config files, etc|)
We issue a warning if
sonar.scanner.connectTimeout
is not a number in the begin stepBut in the end step the CLI fails. The same error is raised for sonar.scanner.socketTimeout and sonar.scanner.responseTimeout. These two properties do not result in a warning in the begin step.
We should error if any of the timeout parameters is not an integer > 0 because the end step will fail.
The text was updated successfully, but these errors were encountered: