which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
how is SonarQube deployed: zip, Docker, Helm : Docker
what are you trying to achieve : execute Jenkins Pipeline for FrontEnd nodejs code, initially it was executing successfully, but suddenly throwing an error for sonar.login and sonar.password which was not configured before as well.
what have you tried so far to achieve this : fix authentication issue.
It’s not clear to me what you mean here. Analysis used to work. Suddenly it stopped.
It stopped when you added login/password configuration? Or are you saying that the credentials used to work and suddenly you get this error on them? Because in that case, it sounds like your token expired.
SonarScan did analysis successfully and report got generated but Project in SonarQube not getting updated with latest scan and cant see coverage of todays date.
It is fixed now. It was licence problem, number of lines to be scanned has crossed limit, so scanning was stopped. Since we have renewed license it is working now.
We may close the thread.