Automate the delivery of your build packages to cloud providers. This extension will give you usefull tasks that all have the same goal: zip build artifacts and upload this zip to your preferred cloud provider. (For now, only DropBox is supported, but more to come). #DropBox ##Get the access token
##Configure your build task #####Source directory The full path to the directory on the build agent where the files to zip reside. #####Zip file name The full absolute path to where the zip file should be uploaded (should begin with '/'). #####Append build number to zip file name The build number will be appended to the zip filename once uploaded to DropBox. #####DropBox token The access token that you acquired previously in the DropBox developer center. For security reasons, you would prefer to store it as a safe build variable. ######NB: the zip file is limited to 150MB due to DropBox limitations |