Upload Step Attachment Step

This step uploads a designated step attachment to the Deployment Automation server.

Required properties:

Property Name Description
Attachment Name Name of the file attachment to upload.
Path Path to the file attachment to upload. The default is ${p:prevStep/logPath}, which uploads the log of the previously-executed step and attaches it to this step.
Target Step Target step to which the attachment should be uploaded.

Optional properties:

Property Name Description
Format Format of the attachment file. Options are:
  • Plain Text
  • HTML
  • Image
  • Binary
Delete After Upload If this is selected, the file attachment will be deleted after it is uploaded to the remote server.