Trying to run a jenkins pipeline for nodejs build & sonarscanner. Build is working fine but getting below error. Upgrading java didn't work

61 views Asked by At

I was trying to create a pipeline using Jenkins. The goal was to clean the workspace, checkout the github repository, build the nodejs app and run a sonarqube scanner. The pipeline built the code without any issue but I am getting an error at the sonarscanner stage.

This is the error:

Image of an error from Jenkins pipeline

Any help/advice is greatly appreciated.

0

There are 0 answers