The configuration must be a valid JSON object with respect to the given Schema. For each metric you can define the impact on the overall score and the individual scoring criteria. In order to skip one of the metrics, simply remove that part of the configuration. Note: if you configure a metric but Jenkins does not create a corresponding result, then your build we be failed with an exception.

Example

{ "analysis": { "maxScore": 100, "errorImpact": -10, "highImpact": -5, "normalImpact": -2, "lowImpact": -1 }, "tests": { "maxScore": 100, "failureImpact": -2, "skippedImpact": -1 }, "coverage": { "maxScore": 100, "missedImpact": -1 }, "pit": { "maxScore": 100, "undetectedImpact": -1, } }