Notifications

Notification targets to notify on build results

This node uses the key email as a default prefix if not given a map.

Types

Keys

If given a map, the following keys are supported:

Examples

notifications:
  campfire:
  - rooms:
    - secure: encrypted string
    template:
    - string
    if: branch = master
  - rooms:
      secure: encrypted string
  - template: string
  email:
  - recipients:
    - secure: encrypted string
    if: branch = master
    on_success: always
  - recipients:
      secure: encrypted string
  flowdock:
  - api_token:
      secure: encrypted string
    template:
    - string
    if: branch = master
  - template: string
notifications:
- recipients:
  - secure: encrypted string
  if: branch = master
  on_success: always
- recipients:
    secure: encrypted string
notifications:
- secure: encrypted string
notifications:
- true
notifications:
  recipients:
  - secure: encrypted string
  if: branch = master
  on_success: always
notifications:
  secure: encrypted string
notifications: true

Beta