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.

QRebel Plugin

qrebel: Monitor performance regressions with QRebel

  • appName : String
    Please specify name of your application. The name must be same as in QRebel (case sensitive).
  • targetBuild : String
    Please specify the target build for which you want to validate performance. Please note that you must specify a user-defined build name. Unnamed builds are not supported.
  • targetVersion : String
    Please specify the target build version for which you want to validate performance. This field is optional and only relevant when you have setup named version names.
  • baselineBuild : String
    Please specify a baseline build for which you want to use as the performance comparison point. Please note that you must specify a user-defined build name. Unnamed builds are not supported.
  • baselineVersion : String
    Please specify a baseline build version for which you want to use as the performance comparison. This field is optional and only relevant when you have setup named version names.
  • apiToken : String
    Every project has a unique API token for authentification. This token is required in order to make issue queries to the QRebel API. Please navigate to your QRebel dashboard, pick the project from the left-hand side top menu as an administrator. Then go to settings and enable API functionality for the chosen project. Simple copy the generated token here.
  • apiUrl : String
    QRebel server detects performance issues. This field specifies its API URL. Default URL is https://hub.qrebel.com/api/
  • comparisonStrategy : String
  • slowRequestsAllowed : long
  • excessiveIoAllowed : long
  • exceptionsAllowed : long
  • slaGlobalLimit : long
    This is a SLA global limit (ms). If at least one endpoint exeeds the limit, the build will be marked as a failure

    0 means no limit

  • DURATION : boolean
  • IO : boolean
  • EXCEPTIONS : boolean

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.