This question relates to the usage of a continuous deployment tool of IBM which is Urban Code Deploy. We are using UCD for deploying components from our Git repository to a target machine. One of the components in the Git repo has specific folder structure, such as
Unix/Files/Temp/sample.ksh
When I run the Download Artifact plugin of UCD, it fails to create the Gt directory structure in the target machine and place the file if the directory structure does not exist.
I want to replicate the exact same directory structure as there in the source versioning system in the target machine using Urban Code Deploy,and if directory structure is not found, UCD should create it.
How should I achieve it? Please help.
Thanks. Kumarjit
This question has been answered by Kuba Ober