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

21 lines
827 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: "Rebuilding - Packer Builds - Terraform Enterprise"
2017-04-03 19:53:38 +02:00
sidebar_current: "docs-enterprise-packerbuilds-rebuilding"
2017-03-22 18:31:44 +01:00
description: |-
2017-04-07 06:00:42 +02:00
Sometimes builds fail due to temporary or remotely controlled conditions.
2017-03-21 23:01:58 +01:00
---
# Rebuilding Builds
Sometimes builds fail due to temporary or remotely controlled conditions.
2017-04-07 06:00:42 +02:00
In this case, it may make sense to "rebuild" a Packer build. To do so, visit the
build you wish to run again and click the Rebuild button. This will take that
exact version of configuration and run it again.
2017-03-21 23:01:58 +01:00
2017-04-07 06:00:42 +02:00
You can rebuild at any point in history, but this may cause side effects that
are not wanted. For example, if you were to rebuild an old version of a build,
it may create the next version of an artifact that is then released, causing a
rollback of your configuration to occur.