Questions tagged [sonar-runner]

Default utility tool to launch a Sonar analysis without any dependency on third party tool like Maven, Ant, ...

893 questions
0
votes
1 answer

sonar.jdbc.url parameter overwritten in sonar-runner and jenkins

I have a problem using Jenkins and Sonar. Here is my setup: a main linux server hosting Jenkins and Sonar and a windows vm to build a project. The windows vm is configured as a Jenkins slave, and the job I defined can successfully get project source…
Alexis
  • 687
  • 8
  • 33
0
votes
1 answer

Sonar Security in a Multiple Project Analysis

I have a single Sonar instance analyzing codebases of different projects owned by different customers. I need to ensure non of the project teams can manipulate the sonar/machine security to access codebases of other projects (For example through a…
0
votes
1 answer

What is sonar Delphi Plugin ? How to use it?

I am using Delphi 7. I am trying to use Sonar Delphi Plgin, and I have confused what are the things I need to follow, could anybody guide me through Sonar Delphi usage i.e. installation and how to use it. If possible pl provide the link, coz I have…
Vishal Tiwari
  • 719
  • 2
  • 11
  • 27
0
votes
1 answer

Sonar + MS SQL database

I'm attempting to initialize sonar with mssql server database, but I can't. With Microsoft SQL Server Management Studio I created the user with username "sonar" and password "sonar" and granted all the correct privileges to "sonar" database, also…
Erdem Azaklı
  • 255
  • 1
  • 8
  • 27
0
votes
2 answers

Jenkins Triggering a Sonar Analysis with the Sonar Runner

I want to jenkins triggering a sonar Analysis with the Sonar Runner, but I get an error message, what can I do,what's the problem, please help me, thanks. (I installed jenkins,sonar and sonar runner) Error Detail; (from jenkins) [workspace] $…
Erdem Azaklı
  • 255
  • 1
  • 8
  • 27
-1
votes
1 answer

add new rules in sonarQube

I want to add new rule in sonarQube, so when I enter with an administrator profile I can’t find this button. My sonar version is sonarqube-Community-7.6. User : admin Password : admin And the URL is : http://localhost:9000/coding_rules There is…
-1
votes
1 answer

How to setup project level permissions in sonar

Sonar Server 6.7.1. I have following queries wrt how permission works in SonarQube 1. How to enable window NT authentication on sonar portal. I believe by default it is open to everybody, no authentication. Using sonar admin account I can create…
Atul Sureka
  • 2,654
  • 5
  • 34
  • 51
-1
votes
1 answer

Sonar Runner - How to export issues to MS-Excel

I'm trying to export sonar issues into Excel by using sonar-ws-client. Its exporting successfully. However it is exporting different project instead of my project. I want to export specific project. String login = "admin"; String password =…
Srinivasan
  • 10,548
  • 25
  • 58
  • 82
-1
votes
1 answer

SonarQube analysis java and net together

I have a problem. I need to analyze these two languages along with sonarQube 5.6, any idea how of to do it? I have install maven and MSBuild SonarRunner but I never made them run together
-1
votes
2 answers

Job DSL Configure block to configure Sonar Properties in Jenkins Job

I am facing this particular error while configuring tag in config.xml configure{ node -> node / builders / 'hudson.plugins.sonar.SonarRunnerBuilder' { project('') properties((sonar.projectName):…
Anurag
  • 73
  • 7
-1
votes
1 answer

Sonar runner execution Failure

I'm running SonarQube analysis in preview mode, and i get the error below. However, when I run the full analysis it is successfully completed. Anyone know how to fix this? SonarQube: 4.5.6 Sonar Runner: 2.4 ERROR: Error during Sonar runner…
Anudeep
  • 21
  • 1
  • 4
-1
votes
1 answer

SonarQube Integration with Jenkins and Jira

I am supposed to setup SonarQube and I have Jenkins and Jira already running in the server. I need to know whether SonarQube has to be integrated with Jenkins alone or Jenkins and Jira both. I did a google and searched forums and found that plugins…
intechops6
  • 755
  • 1
  • 9
  • 27
-1
votes
1 answer

How to do Sonar Bit Bucket OAuth Integration

I installed Sonar on my machine.I have Bit Bucket Repository also.How do i perform Sonar Bit Bucket OAuth Integration?
Rahul
  • 47
  • 2
  • 10
-1
votes
2 answers

I want to upgrade my sonarqube server4.1 to latest version sonarqube 5.1?

I want to upgrade sonarqube 4.1 to latest version(5.1).So what steps i need to do and follow? and what is the best strategy to upgrade server? Thanks,
Anil Kumar
  • 436
  • 1
  • 4
  • 16
-1
votes
1 answer

Sonnar runner in Jenkins error in java project

I am trying to analyse my solution .java using sonar 5.5.1. from Jenkins. But when execute sonar runner in Jenkins, it failing with following messages: 11:41:05.158 INFO - Sensor CoberturaSensor (done) | time=0ms
11:41:05.158 INFO - Sensor SCM…
Ezequiel
  • 31
  • 1
1 2 3
59
60