github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/website/source/docs/enterprise/packer/builds/notifications.html.md (about)

     1  ---
     2  layout: "enterprise"
     3  page_title: "Build Notifications - Packer Builds - Terraform Enterprise"
     4  sidebar_current: "docs-enterprise-packerbuilds-notifications"
     5  description: |-
     6    Terraform Enterprise can send build notifications to your organization.
     7  ---
     8  
     9  # About Packer Build Notifications
    10  
    11  Terraform Enterprise can send build notifications to your organization for the
    12  following events:
    13  
    14  - **Starting** - The build has begun.
    15  - **Finished** - All build jobs have finished successfully.
    16  - **Errored** - An error has occurred during one of the build jobs.
    17  - **Canceled** - A user has canceled the build.
    18  
    19  > Emails will include logs for the **Finished** and **Errored** events.
    20  
    21  You can toggle notifications for each of these events on the "Integrations" tab
    22  of a build configuration.