I have configured bamboo locally on my system. I have installed SonarQube plugin to it.
I have created a task for sonar-runner. I have a snapshot for that configuration:
When I run the plan, the build fails. I have also attached the log for the build failure. It seems the error is here.
*Failing task since return code of [C:\sonar-runner-2.4\bin\sonar-runner -D sonar.login=admin -D sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8 -D sonar.jdbc.username=sonar -D sonar.jdbc.password=****** -D was -1 while expected 0*
What may be the problem?
Thanks.