Verify Local Artifacts Step

This step compares artifacts on a local machine with the inventory in the VFS. In the standard plugin, the VFS is CodeStation.

Required properties:

Property Name Description
Directory Offset The working directory to be used when executing this command. This is relative to the current working directory.
Includes

The list of the files relative to the offset directory that should be included in the selection. Wildcards can be used. The wildcard ** indicates every directory and the wildcard * indicates every file. For example, the pattern dist/**/* would retrieve the entire file tree under the dist directory.

Optional properties:

Property Name Description
Excludes The list of the files relative to the offset directory that should be excluded from the selection. Wildcards can be used. The wildcard ** indicates every directory and the wildcard * indicates every file. For example, the pattern dist/**/* would retrieve the entire file tree under the dist directory.