From 6a23499445b2c54f24618fe071e9929375a015b6 Mon Sep 17 00:00:00 2001 From: codex Date: Tue, 21 Apr 2026 22:17:54 -0300 Subject: [PATCH] ci(ananke): pass sonar token as login --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 54c9fe6..d92979a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -75,7 +75,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=."