2020-06-23 10:53:16 +02:00
|
|
|
- `-except=foo,bar,baz` - Run all the builds and post-processors except those
|
2021-03-01 02:45:58 -08:00
|
|
|
with the given comma-separated names. In legacy JSON templates, build names default to the
|
|
|
|
types of their builders (e.g. `docker` or
|
|
|
|
`amazon-ebs` or `virtualbox-iso`, unless a specific `name` attribute is
|
|
|
|
specified within the configuration. In HCL2 templates, the "name" is the
|
|
|
|
source block's "name" label, unless an in-build source definition adds the
|
2021-04-12 12:39:27 -07:00
|
|
|
"name" configuration option. Any post-processor following
|
2021-03-01 02:45:58 -08:00
|
|
|
a skipped post-processor will not run. Because post-processors can be nested
|
|
|
|
in arrays a different post-processor chain can still run. A post-processor
|
2020-06-23 10:53:16 +02:00
|
|
|
with an empty name will be ignored.
|