ci(metis): pass sonar token as login
This commit is contained in:
parent
1e40f29918
commit
67377a58bc
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -131,7 +131,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