Requirement:
- Need to push config files and jars from artifactory to UCD for deployment.
- Config files are present in GitHub repostiory.
- Jars (not needed for build but needed to start application in UCD) are present in artifactory.
What would be the general process to follow, in order to copy config files from github and download/copy jars from artifactory and package everything in a zip file to push to UCD?