File Copy Plugins
File Copy is the platform’s primitive for getting a file or folder from a machine’s vault onto the target VM at deploy time. It’s the building block under most plugin behavior — many plugins are really “File Copy → run a script → clean up.”
Available plugins
Section titled “Available plugins”| Plugin | What it does | Params | Uses |
|---|---|---|---|
| File Copy | Delivers a file or folder from the machine’s vault onto the target VM at deploy time. For folder recursion, set copyContentsOfFolder=true and end the source with a trailing slash. | source destination isFolder copyContentsOfFolder | 1,829 |