-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to run SonarQube analysis in Teamcity results in error #41
Comments
ERROR: Caused by: Numeric value (4314163357) out of range of int. Does this error occur in TeamCity build only or when you run the analysis manually as well? As I understand the error is raised in some github with SonarQube integration. I suppose this is some plugin - please check whether you can upgrade it. |
It is this SonarQube plugin, running on Teamcity side to analyze PR. Or is there something invoked on SQ side as well at this point? |
I mean when you are running analysis manually from command line - does this error occur? |
I am not sure how to launch PR analysis manually :( |
I found string for execution from log output - and started it manually |
It seems that the problem is on https://github.com/kohsuke/github-api: After googling - I found https://github.com/kohsuke/github-api |
Yeah, and it seems they've fixed this issue 2 weeks ago: hub4j/github-api#393. Here is fix in SonarQube integration for github: SonarSource/sonar-github@0aacae3#diff-600376dffeb79835ede4a0b285078036 So you'll need to update SonarQube GitHub Plugin on your SonarQube Server. I don't know whether they've released it already |
Updating sonar-github plugin fixed issue. Thank you for your help |
It seems that plugin is not able to swallow status ID. I shall note that this error happens on PR analysis on only one of our projects - so, maybe it is some boundary issue
The text was updated successfully, but these errors were encountered: