diff --git a/Jenkinsfile b/Jenkinsfile index e56e4e8d..280c2d06 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -77,7 +77,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=." diff --git a/ci/Jenkinsfile.titan-iac b/ci/Jenkinsfile.titan-iac index 78dac3cb..3e4e7734 100644 --- a/ci/Jenkinsfile.titan-iac +++ b/ci/Jenkinsfile.titan-iac @@ -76,7 +76,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=." diff --git a/services/logging/Jenkinsfile.data-prepper b/services/logging/Jenkinsfile.data-prepper index 4543e62a..fb9c0c50 100644 --- a/services/logging/Jenkinsfile.data-prepper +++ b/services/logging/Jenkinsfile.data-prepper @@ -72,7 +72,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=services/logging,dockerfiles"