ci(ariadne): pass sonar token as login
This commit is contained in:
parent
533e284752
commit
a3b140e090
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -117,7 +117,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=."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user