ciricihq / gitlab-sonar-scanner

This project is no longer maintained
GNU General Public License v3.0
80 stars 62 forks source link

java.nio.file.NoSuchFileException #49

Open XNinety9 opened 4 years ago

XNinety9 commented 4 years ago

Hi!

I've been struggling lately to get a gitlab CI work with a simple C++ test project, which you can find here

Iy you check recent pipelines, especially the sonarqube job, you will see in its logs that it desperately fails with a NoSuchFileException.

It's really disappointing, since sonar-scanner works perfectly on my local environment with the very same sonar.properties file! And to be honest, I'm not quite sure that gitlab-sonar-scanner image is the culprit...

Am I missing something? Any help is more than welcome, thanks!