Merge pull request #7333 from pop/patch-2
Update vsphere+vsphere-template array pairing docs
This commit is contained in:
commit
4da79a8837
|
@ -91,7 +91,11 @@ for more information):
|
|||
"type": "vsphere-template",
|
||||
...
|
||||
}
|
||||
]
|
||||
],
|
||||
{
|
||||
"type": "...",
|
||||
...
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
@ -100,4 +104,5 @@ In the example above, the result of each builder is passed through the defined
|
|||
sequence of post-processors starting with the `vsphere` post-processor which
|
||||
will upload the artifact to a vSphere endpoint. The resulting artifact is then
|
||||
passed on to the `vsphere-template` post-processor which handles marking a VM
|
||||
as a template.
|
||||
as a template. Note that the `vsphere` and `vsphere-template` post-processors
|
||||
are paired together in their own JSON array.
|
||||
|
|
Loading…
Reference in New Issue