From 590a6bb6a1c32c872131a2366536e3b6e2b7712b Mon Sep 17 00:00:00 2001 From: bhanu Date: Fri, 12 Jul 2024 17:49:53 +0530 Subject: [PATCH] removed https filetr in pom.xml file --- Jenkinsfile | 4 ++-- src/checkstyle/nohttp-checkstyle.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8b1445425..fa99858de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,9 +14,9 @@ pipeline { sh 'mvn clean package' } } - stage('Static Code Analysis') { + stage('StaticCode Analysis') { environment { - SONAR_URL = "https://20.197.43.119:32768" + SONAR_URL = "http://20.197.43.119:32768" } steps { withCredentials([string(credentialsId: 'sonarqube', variable: 'SONAR_AUTH_TOKEN')]) { diff --git a/src/checkstyle/nohttp-checkstyle.xml b/src/checkstyle/nohttp-checkstyle.xml index f886411e6..ecddb88af 100644 --- a/src/checkstyle/nohttp-checkstyle.xml +++ b/src/checkstyle/nohttp-checkstyle.xml @@ -3,7 +3,7 @@ "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "https://checkstyle.org/dtds/configuration_1_2.dtd"> - +