From a612f525a35acd5731f3602de8d201506926cafb Mon Sep 17 00:00:00 2001 From: Daniel Kasmeroglu Date: Thu, 22 Aug 2024 16:08:41 +0200 Subject: [PATCH] ~ experimental: jenkins pipeline for home server #10 --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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' } } }