| Here's my pipeline step: echo 'Archive Master Controller..' echo 'Archive Master Controller..' azureUpload blobProperties: [cacheControl: '', contentEncoding: '', contentLanguage: '', contentType: '', detectContentType: true], containerName: '<mycontainer>', fileShareName: '', filesPath: '\\SafeguardController\\bin\\**,\\PKTestingController\\bin **', storageCredentialId: 'as_credentials', storageType: 'blobstorage', uploadArtifactsOnlyIfSuccessful: true, uploadZips: true, virtualPath: "Controller/${branchName}/${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}.0/", doNotUploadIndividualFiles: true |