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.
influxDbPublisher
: Publish build data to InfluxDBselectedTarget : String
customData
(optional)
java.util.Map<java.lang.String, java.lang.Object>
customDataMap
(optional)
java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.lang.Object>>
customDataMapTags
(optional)
java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.lang.String>>
customDataTags
(optional)
java.util.Map<java.lang.String, java.lang.String>
customPrefix : String
(optional)
customProjectName : String
(optional)
Useful to easily group metrics for different jobs in multi branch pipeline jobs.
jenkinsEnvParameterField : String
(optional)
Current build parameters and/or environment variables can be used in the form of ${PARAM}
jenkinsEnvParameterTag : String
(optional)
Current build parameters and/or environment variables can be used in the form of ${PARAM}
measurementName : String
(optional)
replaceDashWithUnderscore : boolean
(optional)
step([$class: 'InfluxDbPublisher'])
: Publish build data to InfluxDBselectedTarget : String
(optional)
customData
(optional)
java.util.Map<java.lang.String, java.lang.Object>
customDataMap
(optional)
java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.lang.Object>>
customDataMapTags
(optional)
java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.lang.String>>
customDataTags
(optional)
java.util.Map<java.lang.String, java.lang.String>
customPrefix : String
(optional)
customProjectName : String
(optional)
Useful to easily group metrics for different jobs in multi branch pipeline jobs.
jenkinsEnvParameterField : String
(optional)
Current build parameters and/or environment variables can be used in the form of ${PARAM}
jenkinsEnvParameterTag : String
(optional)
Current build parameters and/or environment variables can be used in the form of ${PARAM}
measurementName : String
(optional)
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.