2017-03-21 23:01:58 +01:00
|
|
|
---
|
2017-03-22 18:31:44 +01:00
|
|
|
layout: "packer"
|
|
|
|
page_title: "Rebuilding Builds"
|
|
|
|
sidebar_current: "docs-enterprise-packer-builds-rebuilding"
|
|
|
|
description: |-
|
|
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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.
|