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.

PagerDuty Plugin

pagerduty: PagerDuty trigger/resolve step

  • routingKey
    • Type: String
  • dedupKey (optional)
    • Type: String
  • incidentClass (optional)
    • Type: String
  • incidentComponent (optional)
    • Type: String
  • incidentGroup (optional)
    • Type: String
  • incidentSeverity (optional)
    • Type: String
  • incidentSource (optional)
    • Type: String
  • incidentSummary (optional)
    • Type: String
  • resolve (optional)
    • Type: boolean

pagerdutyChangeEvent: PagerDuty Change Event step

  • integrationKey
    • Type: String
  • summaryText (optional)
    • Type: String

step([$class: 'ChangeEvents']): PagerDuty Change Events

Create Change Events on PagerDuty services when jobs complete.
  • integrationKey
    This is the 32 character Integration Key for an Integration on a Service.
    • Type: String
  • createOnAborted (optional)
    Create a PagerDuty Change Event if the job ends as ABORTED.
    • Type: boolean
  • createOnFailure (optional)
    Create a PagerDuty Change Event if the job ends as FAILURE.
    • Type: boolean
  • createOnNotBuilt (optional)
    Create a PagerDuty Change Event if the job ends as NOT_BUILT.
    • Type: boolean
  • createOnSuccess (optional)
    Create a PagerDuty Change Event if the job ends as SUCCESS.
    • Type: boolean
  • createOnUnstable (optional)
    Create a PagerDuty Change Event if the job ends as UNSTABLE.
    • Type: boolean
  • summaryText (optional)
    This is an alternate summary text, that can be passed onto Pager duty change events. If omitted it will default to current build's fullDisplayName.
    • 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.