allow the Sonar job to fail, causing only a warning
requested to merge helmholtz-cloud-portal/carstenheidmann/helmholtz-marketplace-server:pr-allow-sonar-job-to-fail into master
allow the Sonar job to fail, causing only a warning
Motivation:
If the Sonar tests do not pass the quality gate, the whole CI pipeline will fail. I propose changing that so that this only causes a warning instead.
Modifications:
add allow_failure: true to the job description
Result:
The pipeline will pass with warnings if the Sonar tests fail
Target: master Request: Acked-by: Pull-request: