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.

InfluxDB Query Plugin

influxDbQuery: Query InfluxDB

  • checkName : String
    Logical name for the check.
  • influxQuery : String
    InfluxDB select query supposed to return 1 value. It can be a sum, count or function returning only one value. May use Jenkins tokens such as build number in the query. e.g.
  • expectedThreshold : double
    Threshold for the value returned by query result. If exceeded and if Mark Build Unstable is selected, the build will be marked unstable.
  • markUnstable : boolean (optional)
    Check if we should mark the build unstable if the threshold is exceeded.
  • retryCount : int (optional)
    Max number of times to execute the query as a single post-build step.
  • retryInterval : int (optional)
    Time to wait in between each query in seconds, default to 30s.
  • showResults : boolean (optional)
    Check if we should should display the query results in the Jenkins console.

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.