Create Version

Create a Component Version and optionally upload files into it.
Table 1. Input properties for the Create Version step
Name Type Description Required
Component Name String The name of the component whose version to remove the status from. No
Version Name String The name of the version to remove the status from. No
Upload Files Boolean Upload files from the current working directory to the version after creation? No
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