Skip to main content
Version: Early Access

Deployment Messages

In Deploy 25.3 and later, file.Folder deployments and undeployments generate specific warning, error, and informational messages. The content of these messages varies depending on the copy strategy, archive configuration, and whether stripComponents or members properties are defined.

When OneByOne is detected as the default strategy, Deploy shows this warning:

OneByOne warning message

If a file.Folder artifact requires stripComponents or members but the Tar copy strategy is not applied, Deploy raises this error:

Tar strategy error message

For more information on how to configure copy strategies, see Copy Strategies.

file.Folder Deploy Output Message

When the Tar strategy is applied, Deploy confirms extraction:

Target directory:<target_directory> proceeding with extraction folder from tmp by copy Strategy:Tar

Tar strategy deployment message

For ZipUnix or ZipWindows strategies, Deploy shows:

Target directory:<target_directory> proceeding with extraction folder from tmp by copy Strategy:ZipUnix

ZipUnix strategy deployment message

Undeployment Messages

Output messages during undeployment vary by host transfer protocol.

SCP Undeploy Messages

On SSH hosts with SCP, only root folders deployed are deleted. Deploy logs messages for each deleted root folder:

SCP undeploy message

SFTP Undeploy Messages

On SSH hosts with SFTP, files are deleted individually. Deploy logs output messages for each deleted file:

SFTP undeploy message SFTP undeploy message 2