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:
Any help/advice is greatly appreciated.
