gabrie-allaigre / sonar-gitlab-plugin

Add to each commit GitLab in a global commentary on the new anomalies added by this commit and add comment lines of modified files
GNU Lesser General Public License v3.0
713 stars 207 forks source link

Gitlab - sonnar connectivity issue #209

Closed manasatest closed 5 years ago

manasatest commented 5 years ago

Hi, I have setup sonarqube on my local and trying to run a gradle project from gitlab shared runners and i'm facing following connectivity issues. Please let me know.

:sonarqubeSonarQube server [http://localhost:9000/sonar] can not be reached FAILED

FAILURE: Build failed with an exception.

gitlab-ci.yml image: gradle:latest

stages:

build:
stage: build script: gradle --build-cache assemble artifacts: paths:

sonarqube: stage: analysis script: