SonarQube Tarayıcı analizinin hangi nedenlerden hangilerinin atlanabileceğini bilen var mı? Aşağıdaki mesaj ileSonarQube Tarayıcı analizi atlandı trace CI
export SONARQUBE_SKIPPED=true
:
$ sonar-scanner -X -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN
08:59:10.162 INFO: Scanner configuration file: /home/travis/.sonarscanner/sonar-scanner-2.8/conf/sonar-scanner.properties
08:59:10.166 INFO: Project root configuration file: /home/travis/build/armadito/glpi/plugins/armadito/sonar-project.properties
08:59:10.182 INFO: SonarQube Scanner analysis skipped
The command "sonar-scanner -e -X -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN" exited with 0.
atlanır ama hiçbir şey değişti. Hata ayıklama konusunda bir öneriniz var mı? – CaptainNemo
Aslında github ile ilgili yeni bir sorun var: https://github.com/travis-ci/travis-ci/issues/6977 – vhamon
Sonar.branch = your_branch'ı sonarproject.properties uygulamasına eklemeyi deneyin. – vhamon