I'm trying to integrate Jenkins and Sonarqube. I'm using the Sonarqube-Scanner plugin in jenkins. When I build the job, I get the following errors:-
- Failed to get Node.js version. No CSS files will be analyzed.
- Failed to get Node.js version. No TypeScript files will be analyzed. You can exclude TypeScript files from analysis with 'sonar.exclusions' property.
Any idea as to why this happens? I tried running the same job with a simple NodeJs project and it works fine.
Any help would be greatly appreciated, Thanks!