Change File Ownership Step

This step sets the ownership of files and directories in the current working directory.

Required properties:

Property Description
Includes The files and directories for which to change the ownership. This is a new-line separated list of file patterns in the Ant style. For example:
  • **/* matches all directories and files recursively.
  • **/test/* matches all files and direct subfolders in a folder named "test" anywhere in the file tree.

Optional properties:

Property Description
Directory Specify the directory in which to search for files. If omitted, the work directory of the plugin is used.
Excludes

The files and directories that should be excluded, limited to those matched by the includes. Use the same patterns as described for Includes.

New owner The name of the new owner
Type Select the file types on which to set change ownership. Options include:
  • both
  • file
  • dir