improve sonarqube README.md
parent
73d60721e5
commit
dbecb39bbc
|
|
@ -61,6 +61,8 @@ SONAR_HOST_URL=http://<sonarqube_url_or_dns>:<sonarqube_shared_port>
|
||||||
SONAR_TOKEN=<sonar_token>
|
SONAR_TOKEN=<sonar_token>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
remember that you have to disable ```Protected Variable``` option becouse variable with the said option doesn't be exported into pipelines files
|
||||||
|
|
||||||
you can generate ```SONAR_TOKEN``` in Overview -> Locally
|
you can generate ```SONAR_TOKEN``` in Overview -> Locally
|
||||||
|
|
||||||
you can get ```SONAR_REPO_ID``` from Overview -> Gitlab-CI in ```sonar-project.properties``` file creating statement
|
you can get ```SONAR_REPO_ID``` from Overview -> Gitlab-CI in ```sonar-project.properties``` file creating statement
|
||||||
Loading…
Reference in New Issue