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.

Office 365 Connector

office365ConnectorSend: Send job status notifications to Office 365 (e.g. Microsoft Teams or Outlook)

Step for sending build notifications to Microsoft Teams or Outlook.
  • webhookUrl : String
  • color : String (optional)
    HTML color eg. hex value (with or without # character) of the notification card used to display when the 'message' attribute is set.
  • factDefinitions (optional)
      Array / List of Nested Object
    • name : String (optional)
    • template : String (optional)
  • message : String (optional)
    This is the main text in a message attachment, and can contain standard message markup. The content will automatically collapse if it contains 700+ characters or 5+ linebreaks, and will display a "Show more..." link to expand the content. Notification may include global variables, for example environment and currentBuild variables:
    office365ConnectorSend message:"started ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
  • status : String (optional)

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.