Follow the Ant glob syntax or absolute file path to specify the files to upload.
Multiple inputs are accepted if separated by commas.
The base directory is the workspace.
Examples:
1. build/*.jar
2. **/*.jar
3. build/*.zip,build/*.jar
4. c:/libs/mysample.jar
Environment variables and system environment variables are allowed.
For each group of artifacts, you can also specify the URL path that those files will be uploaded to by using '::' after the source path and entering a name for that URL part. e.g. build/*.jar::binaries;build/*.txt::notices
The final upload URL for each group of artifacts is constructed as follows, where <group-path> represents that last group URL path part:
http://<storage-account-name>.<azure-bob-service-endpoint>/<container-name>/<common-virtual-path>/<group-path>/<artifacts-file-name>
For example:
http://mystorageaccount.blob.core.windows.net/mycontainer/mycommonvirtualpath/mygrouppath/myartifact.jar