Skip to content
Snippets Groups Projects
Commit 27152fbf authored by Guillaume Pernot's avatar Guillaume Pernot
Browse files

CI: allow sonarqube to run on forked tree

parent 628739f7
Branches
Tags
No related merge requests found
...@@ -322,6 +322,7 @@ ubuntu-xdk-report: ...@@ -322,6 +322,7 @@ ubuntu-xdk-report:
- sonar-scanner -Dproject.settings=sonar-project.properties - sonar-scanner -Dproject.settings=sonar-project.properties
-Dsonar.host.url=https://sonar.orfeo-toolbox.org -Dsonar.host.url=https://sonar.orfeo-toolbox.org
-Dsonar.login=$SONAR_OTB_TOKEN -Dsonar.login=$SONAR_OTB_TOKEN
-Dsonar.projectKey=$CI_PROJECT_NAMESPACE-$CI_PROJECT_NAME
`test -z "$CI_COMMIT_TAG" || echo "-Dsonar.projectVersion=$CI_COMMIT_TAG"` `test -z "$CI_COMMIT_TAG" || echo "-Dsonar.projectVersion=$CI_COMMIT_TAG"`
-Dsonar.branch.name=$CI_COMMIT_REF_NAME -Dsonar.branch.name=$CI_COMMIT_REF_NAME
......
sonar.projectKey=orfeotoolbox-otb
sonar.projectName=Orfeo Toolbox sonar.projectName=Orfeo Toolbox
sonar.projectDescription="Orfeo ToolBox is an open-source project for state-of-the-art remote sensing" sonar.projectDescription="Orfeo ToolBox is an open-source project for state-of-the-art remote sensing"
sonar.links.homepage="https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb" sonar.links.homepage="https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment