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"> - +