ToKaBu
ToKaBu
Hey, I ran into the same problem. We use Sonar and Gitlab for the analysis of C/Cpp code. I use the plugin 3.0.1 by @gabrie-allaigre. **Versions** sonar-scanner-3.2.0.1227-linux Sonar-Qube: Developer EditionVersion...
Of course. ``` 11:53:23.271 INFO: Scanner configuration file: /opt/sonar-runner/sonar-scanner-3.2.0.1227-linux/conf/sonar-scanner.properties 11:53:23.274 INFO: Project root configuration file: /home/yyy/jenkins-jobs/workspace/DSL-zzzz-Unittest-xxxx-convert-lib/components/xxxx-convert-lib/lib/sonar-project.properties 11:53:23.287 INFO: SonarQube Scanner 3.2.0.1227 11:53:23.287 INFO: Java 1.8.0_121 Oracle Corporation (64-bit) 11:53:23.287 INFO:...
Testing without set `sonar.gitlab.project_id` ``` sonar-scanner --debug \ -Dsonar.branch.name="develop" \ -Dsonar.gitlab.ref_name="develop" \ -Dsonar.gitlab.commit_sha="$sonarGitlabCommitSHA" \ -Dsonar.analysis.mode=preview ``` ``` 15:43:52.825 INFO: Scanner configuration file: /opt/sonar-runner/sonar-scanner-3.2.0.1227-linux/conf/sonar-scanner.properties 15:43:52.834 INFO: Project root configuration file: /home/yyy/jenkins-jobs/workspace/DSL-zzzz-Unittest-xxxx-convert-lib/components/xxxx-convert-lib/lib/sonar-project.properties...
> Sorry, try without set sonar.gitlab.commit_sha --> Same result If I'm wrong, please correct. I think I have the answer: This error only occurs with new files (*.cpp, *.hpp). The...
> @CSV-Tom Ok, Have you last full log please? The log is missing. > Does it work without sonar-gitlab-plugin? No, not yet. I can test it tomorrow. I have to...
If I comment out the following directives, their transformation into the PDF will no longer be performed. **Example 1: Commented-out for example `asciidoctor-lists`** ```groovy asciidoctorj { ... // requires 'asciidoctor-lists'...