Upload Artifacts

Upload artifacts to a VFS server.
Table 1. Input properties for the Upload Artifacts step
Name Type Description Required
User String The name of the user making the change. Yes
Comment String The comment for the change. Yes
Update Boolean Create a new changeset on top of old instead of completely new one No
Directory Offset String The working directory to use when executing this command. This is relative to current working directory. Yes
Includes String The patterns to match files to upload. The wildcard ** indicates every directory and the wildcard * indicates every file. So the pattern dist/**/* would retrieve the entire file tree underneath the dist directory. Yes
Excludes String The patterns to exclude files to upload. No
Save File Execute Bits Boolean When enabled, file execute bits are saved with the files. No

Feedback