From f95f938cf103a05e60ced40b262024eea08534f3 Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 21 Apr 2026 22:17:55 -0300 Subject: [PATCH] ci(atlasbot): pass sonar token as login --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2762dab..55e703b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -105,7 +105,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=."