Avoid pipeline build failure if Sonarqube fails

Hi!

We are using Sonar 6.7.7.
We are using npm and maven pipelines.

Today a build failed because of a Sonar failure. Is there a way to skip sonar report if it fails so the build doesn’t fail too regardless of sonar report?

Thanks!

Hi,

Could you qualify what you mean by “a Sonar failure”? Did analysis error-out? (And if so, with what error - we can’t fix it if we don’t know about it. :slight_smile:) Did the Quality Gate fail?

 
Ann