From bb11498df6627ff0445b1c340ebca499411715fe Mon Sep 17 00:00:00 2001 From: anbhiman <40796080+anbhiman@users.noreply.github.com> Date: Wed, 3 Aug 2022 16:30:26 +0000 Subject: [PATCH 1/5] Update Jenkinsfile --- sonarqube/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarqube/Jenkinsfile b/sonarqube/Jenkinsfile index 72d66c1..b141f95 100644 --- a/sonarqube/Jenkinsfile +++ b/sonarqube/Jenkinsfile @@ -1,7 +1,7 @@ pipeline{ agent any environment { - PATH = "$PATH:/opt/apache-maven-3.8.2/bin" + PATH = "$PATH:/usr/share/maven" } stages{ stage('GetCode'){ From c6ab77f8d0fcbe1df9fdc2f22459bf0cadd668eb Mon Sep 17 00:00:00 2001 From: anbhiman <40796080+anbhiman@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:11:53 +0530 Subject: [PATCH 2/5] Update Setup_SonarQube.md --- sonarqube/Setup_SonarQube.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sonarqube/Setup_SonarQube.md b/sonarqube/Setup_SonarQube.md index b56db36..cdb6997 100644 --- a/sonarqube/Setup_SonarQube.md +++ b/sonarqube/Setup_SonarQube.md @@ -35,7 +35,9 @@ Source: https://docs.sonarqube.org/latest/requirements/requirements/ ```bash http://:9000 ``` - +4. login sonarqube with below username and password. + usernae : admin + pwd :admin ## 🧹 CleanUp 1. Stop SonarQube server ```sh From bd25a5e0de9fed1a0fd2ede2547d2583ac985744 Mon Sep 17 00:00:00 2001 From: anbhiman <40796080+anbhiman@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:12:42 +0530 Subject: [PATCH 3/5] Update Setup_SonarQube.md --- sonarqube/Setup_SonarQube.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sonarqube/Setup_SonarQube.md b/sonarqube/Setup_SonarQube.md index cdb6997..7da307d 100644 --- a/sonarqube/Setup_SonarQube.md +++ b/sonarqube/Setup_SonarQube.md @@ -36,8 +36,10 @@ Source: https://docs.sonarqube.org/latest/requirements/requirements/ http://:9000 ``` 4. login sonarqube with below username and password. - usernae : admin + + username : admin pwd :admin + ## 🧹 CleanUp 1. Stop SonarQube server ```sh From 49257770cc1abc2590ad4b45e9a425ac7953ae8f Mon Sep 17 00:00:00 2001 From: anbhiman <40796080+anbhiman@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:13:10 +0530 Subject: [PATCH 4/5] ss ss --- sonarqube/Setup_SonarQube.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sonarqube/Setup_SonarQube.md b/sonarqube/Setup_SonarQube.md index 7da307d..af9fdbb 100644 --- a/sonarqube/Setup_SonarQube.md +++ b/sonarqube/Setup_SonarQube.md @@ -38,6 +38,7 @@ Source: https://docs.sonarqube.org/latest/requirements/requirements/ 4. login sonarqube with below username and password. username : admin + pwd :admin ## 🧹 CleanUp From dd2087dcd2bd02ffb465d5434464de6e5d82e719 Mon Sep 17 00:00:00 2001 From: anbhiman <40796080+anbhiman@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:26:19 +0530 Subject: [PATCH 5/5] Update Jenkinsfile --- sonarqube/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarqube/Jenkinsfile b/sonarqube/Jenkinsfile index b141f95..f606b5c 100644 --- a/sonarqube/Jenkinsfile +++ b/sonarqube/Jenkinsfile @@ -18,7 +18,7 @@ pipeline{ // def scannerHome = tool 'SonarScanner 4.0'; steps{ withSonarQubeEnv('sonarqube-8.9') { - // If you have configured more than one global server connection, you can specify its name + // If you have configured mroe than one global server connection, you can specify its name. // sh "${scannerHome}/bin/sonar-scanner" sh "mvn sonar:sonar" }