Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在预览模式下对我的项目运行声纳时,即使在 issues-report-light.html 中找到并列出了问题,构建也会成功。这是默认行为吗?在分析模式下运行时,构建会因同样的问题而失败。我错过了一个设置吗?
这很正常。Sonarqube 在预览模式下不会破坏自 5.2 以来的构建。问题将仅在控制台或 html 报告中列出。
你说在分析模式下它失败了,所以你的意思是你已经定义了一个质量门。QG 仅适用于分析模式,因此您所说的只是默认和正确的行为。是的。