Merge pull request #5500 from manojlds/patch-1

Update wording on manifest behaviour on build rerun
This commit is contained in:
SwampDragons 2017-10-24 09:53:15 -07:00 committed by GitHub
commit 84eff2dc93
1 changed files with 4 additions and 3 deletions

View File

@ -65,10 +65,11 @@ An example manifest file looks like:
}
```
If I run the build again, my new build will be added to the manifest file rather than replacing it, so you can always grab specific builds from the manifest by uuid.
If the build is run again, the new build artifacts will be added to the manifest file rather than replacing it. It is possible to grab specific build artifacts from the manifest by using `packer_run_uuid`.
The mainfest above was generated from this packer.json:
```
The above mainfest was generated with this packer.json:
```json
{
"builders": [
{