terraform/website/source/docs/enterprise/packer/builds/notifications.html.md

23 lines
783 B
Markdown
Raw Normal View History

2017-03-21 23:01:58 +01:00
---
2017-04-03 19:53:38 +02:00
layout: "enterprise"
2017-04-07 06:00:42 +02:00
page_title: "Build Notifications - Packer Builds - Terraform Enterprise"
2017-04-03 19:53:38 +02:00
sidebar_current: "docs-enterprise-packerbuilds-notifications"
2017-03-22 18:31:44 +01:00
description: |-
2017-04-07 06:00:42 +02:00
Terraform Enterprise can send build notifications to your organization.
2017-03-21 23:01:58 +01:00
---
# About Packer Build Notifications
2017-03-22 18:31:44 +01:00
Terraform Enterprise can send build notifications to your organization for the
following events:
2017-03-21 23:01:58 +01:00
- **Starting** - The build has begun.
- **Finished** - All build jobs have finished successfully.
- **Errored** - An error has occurred during one of the build jobs.
2017-03-22 18:31:44 +01:00
- **Canceled** - A user has canceled the build.
2017-03-21 23:01:58 +01:00
> Emails will include logs for the **Finished** and **Errored** events.
You can toggle notifications for each of these events on the "Integrations" tab
of a build configuration.