How to define time/efforts in sonarqube quality gates -


i using sonar server 5.6 version.

i want set quality gates such efforts required resolve major issue should less or equal 5 days (say). how can specify such criteria quality gates?

i can see similar condition "reliability remediation effort"

remediation costs, stored in minutes, available totals per issue type (bug, vulnerability, code smell), not per severity.

so set conditions on technical debt, reliability remediation effort , security remediation effort ... is greater than threshold.

keep in mind each condition independent of others, if set ... 60 (minutes), allowed have 60 minutes in each category before project failed quality gate.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -