Sonar CLI job needs to use the credential that matches the name of the
project. That is, "sonar-token-{project-name}".
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I4e6bf5dce0b9fcfea352f9e13208698371783de8
wrappers:
- credentials-binding:
- text:
- credential-id: sonar-token-smo-ves
+ credential-id: sonar-token-{project-name}
variable: SONAR_TOKEN
builders:
- lf-infra-pre-build
--- /dev/null
+---
+fixes:
+ - |
+ Sonar CLI job needs to use the credential that matches the name of the
+ project. That is, "sonar-token-{project-name}".