SonarQube * Version 7.9.3 (build 33349S)
Sonnar-scanner trought docker
When launch an ananlisys from jenkins finish with not problem but the project are empty
in the sonar properties file the languaje is
sonar.language=js
and the sonar-project.js are the same.
in the logs from sonnar-scanner recieve this
DEBUG: Available languages:
12:34:40.230 DEBUG: * Scala => "scala" #And no more languajes
...
12:34:40.445 DEBUG: Declared extensions of language Scala were converted to sonar.lang.patterns.scala : **/*.java
...
#A lot of this messages
12:34:40.459 DEBUG: 'src/app.module.ts' indexed with language 'null'
...
12:34:40.512 INFO: 64 files indexed
12:34:40.513 INFO: 0 files ignored because of inclusion/exclusion patterns
...
12:34:40.843 INFO: ANALYSIS SUCCESSFUL, you can browse at ***URL***
and note that plugins are not loaded for TS and cannot install it