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.

GitHub Issues Plugin

step([$class: 'GitHubIssueNotifier']): Create GitHub issue on failure

  • issueAppend : boolean (optional)
    If checked, and a job is continuously failing, every additional failure adds a new comment.
  • issueBody : String (optional)
    Body text to use for the GitHub issues created when builds start to fail. Use the "Content Token Reference" help below to see all the available tokens.
  • issueLabel : String (optional)
    If specified, this label will be applied to all tasks created through this plugin. Optional.
  • issueReopen : boolean (optional)
    Check this to change the behavior when a job fails a second time and previously created issue exists, if checked, this issue get reopened instead of creating a new one.
  • issueRepo : String (optional)
    Repo to use for the GitHub issues to create when builds start to fail. If kept blank the project attribute of the GitHub plugin will be used.
  • issueTitle : String (optional)
    Title to use for the GitHub issues created when builds start to fail. Use the "Content Token Reference" help below to see all the available tokens.

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.