diff --git a/Jenkinsfile b/Jenkinsfile index 03add8a..3824a0f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,9 +36,7 @@ pipeline { steps { // properties such as sonar.host.url and sonar.login are configured in the m2 settings.xml for this profile // sh 'mvn clean verify -Psonar -Dsonar.projectKey=kcl' - withSonarQubeEnv('sonarqube') { - sh './node_modules/sonar-scanner/bin/sonar-scanner -Dsonar.login=${SONAR_KEY} -Dsonar.projectKey=remark-imagetools' - } + sh './node_modules/sonar-scanner/bin/sonar-scanner -Dsonar.login=${SONAR_KEY} -Dsonar.projectKey=remark-imagetools -Dsonar.host.url=https://arturius.kasisoft.com/sonar' } } }