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.

Google Chat Notification

googlechatnotification: Google Chat Notification

  • url
    Single/multiple comma separated HTTPS URLs or/and single/multiple comma separated Credential IDs to send build notifications to Google Chat rooms.
    To use Credential ID as URL identifier configure entire URL as secret in credential. Use id:credential_id as value in URL.
    Different Ways to define:
    1) https://chat.googleapis.com/v1/spaces/room_id/messages?key=key_id&token=token_id
    2) https://chat.googleapis.com/v1/spaces/room_id/messages?key=key_id&token=token_id, https://chat.googleapis.com/v1/spaces/room_id2/messages?key=key_id2&token=token_id2
    3) id:credential_id_for_room1
    4) id:credential_id_for_room1, id:credential_id_for_room2
    5) https://chat.googleapis.com/v1/spaces/room_id/messages?key=key_id&token=token_id, id:credential_id_for_room2
    • Type: String
  • message
    Message which is part of chat notification. You can use token macro pre defined variables with custom message.
    • Type: String
  • notifyAborted (optional)
    • Type: boolean
  • notifyBackToNormal (optional)
    • Type: boolean
  • notifyFailure (optional)
    • Type: boolean
  • notifyNotBuilt (optional)
    • Type: boolean
  • notifySuccess (optional)
    • Type: boolean
  • notifyUnstable (optional)
    • Type: boolean
  • sameThreadNotification (optional)
    • Type: boolean
  • suppressInfoLoggers (optional)
    • Type: boolean

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.