From 64b2efaef6a13bbb25c1e8cbd0ea5e481e1d5525 Mon Sep 17 00:00:00 2001 From: aahad91 Date: Mon, 22 Jun 2020 03:08:57 +0200 Subject: [PATCH] added details of SonarQube --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1abe66e..24c20b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Docker-compose CI](https://github.com/aahad91/git-jenk-dock/workflows/Docker-compose%20CI/badge.svg?branch=master) # git-jenk-dock -## Docker-based solution for GitLab, GitLab Runner and Jenkins +## Docker-based solution for GitLab, GitLab Runner, Jenkins and SonarQube ### Documentation for Installation, Integration and Pipeline Testing @@ -20,10 +20,13 @@ sudo docker exec -it -u root jenkins chmod 777 /var/run/docker.sock #### URLs -Browse to following Urls to verify successful installation of Gitlab and Jenkins +Browse to following Urls to verify successful installation of Gitlab, Jenkins and SonarQube. - **Gitlab:** http://localhost:8081 - **Jenkins:** http://localhost:8095 +- **SonarQube:** http://localhost:9000 + - **Login:** admin + - **Password:** admin #### Gitlab Configuration