diff --git a/Jenkinsfile b/Jenkinsfile index 07c3f25..0a460a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -82,7 +82,7 @@ spec: mkdir -p build args=( "-Dsonar.host.url=${SONARQUBE_HOST_URL}" - "-Dsonar.token=${SONARQUBE_TOKEN}" + "-Dsonar.login=${SONARQUBE_TOKEN}" "-Dsonar.projectKey=${SONARQUBE_PROJECT_KEY}" "-Dsonar.projectName=${SONARQUBE_PROJECT_KEY}" "-Dsonar.sources=."