The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

Autograding Plugin

autoGrade: Autograde project

  • configuration
    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, } }
    • Type: String

Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.