Copyright XebiaLabs B.V. 2009-2012. All rights reserved.
ArtifactAndData
Artifacts are uploaded to the Deployit Server as a multipart HTTP request. It consists of the following parts:- configurationItem
- The property data of the artifact in XML. See ConfigurationItem for details.
- Content-type: application/xml
- filename
- The file name of the uploaded artifact.
- Content-type: application/xml
- fileData
- The artifact itself.
- Content-type: application/octet-stream
