[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-11-01 Thread jie...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jie Shen resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59748  
 
 
  Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
Change By: 
 Jie Shen  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 1.1.2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202471.1570798596000.6696.1572598380310%40Atlassian.JIRA.


[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-11-01 Thread jie...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jie Shen commented on  JENKINS-59748  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
 This is a bug triggered by only uploading archived file. I will make a PR to fix it.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202471.1570798596000.6688.1572592140150%40Atlassian.JIRA.


[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-10-29 Thread ben.k...@myparadigm.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Koth commented on  JENKINS-59748  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
 Here's my pipeline step:   echo 'Archive Master Controller..' echo 'Archive Master Controller..' azureUpload blobProperties: [cacheControl: '', contentEncoding: '', contentLanguage: '', contentType: '', detectContentType: true], containerName: '', 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  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202471.1570798596000.4183.1572352320277%40Atlassian.JIRA.


[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-10-29 Thread kago...@infovista.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 koffi AGOKLA updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59748  
 
 
  Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
Change By: 
 koffi AGOKLA  
 

  
 
 
 
 

 
 Hi,After a migration from the version 0.3.11 to 1.1.1, I followed the tutorial described in the link: [http://go.microsoft.com/fwlink/?LinkId=280058]However, although i'm able to download the artifacts from my blob, i'm not able to upload artifacts to this same blob.I'm getting the error:{code:java}MicrosoftAzureStorage - Container name: azuretemplatesMicrosoftAzureStorage - share name: MicrosoftAzureStorage - File path: text/*.txtMicrosoftAzureStorage - Virtual path: MicrosoftAzureStorage - Exclude path: MicrosoftAzureStorage - Uploading files to Microsoft AzureMicrosoftAzureStorage - Need uploaded/archived file count = 2ERROR: MicrosoftAzureStorage - Error occurred while uploading to Azure - xxxdwesxxxcom.microsoftopentechnologies.windowsazurestorage.exceptions.WAStorageException: Only 0/2 files are successfully uploaded. at com.microsoftopentechnologies.windowsazurestorage.service.UploadService.execute(UploadService.java:729) at com.microsoftopentechnologies.windowsazurestorage.WAStoragePublisher.perform(WAStoragePublisher.java:438) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79) at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1840) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429)ERROR: Step 'Upload artifacts to Microsoft Azure Storage' aborted due to exception: java.io.IOException: MicrosoftAzureStorage - Error occurred while uploading to Azure -  sastdwe1scr  xxxdwesxxx  at com.microsoftopentechnologies.windowsazurestorage.WAStoragePublisher.perform(WAStoragePublisher.java:469) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79) at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1840) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429)Finished: FAILURE{code}I tried with the version 1.0.4 and the artifacts were 

[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-10-29 Thread jie...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jie Shen commented on  JENKINS-59748  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
 Ben Koth I have tried to reproduce this error on my side, but no luck. Do you have any advanced settings or is it possible to share your pipeline step?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202471.1570798596000.3925.1572329580271%40Atlassian.JIRA.


[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-10-28 Thread ben.k...@myparadigm.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Koth commented on  JENKINS-59748  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
 I'm getting the same error. It does appear like the archive was actually uploaded correctly. I'm using the pipeline script to upload my files. I downgraded the plugin and was able to upload. MicrosoftAzureStorage - Uploading files to Microsoft Azure Uploaded to file storage with uri  in 00:00:07.826 (HH:mm:ss.S) MicrosoftAzureStorage - Need uploaded/archived file count = 279 ERROR: MicrosoftAzureStorage - Error occurred while uploading to Azure -  com.microsoftopentechnologies.windowsazurestorage.exceptions.WAStorageException: Only 0/279 files are successfully uploaded. at com.microsoftopentechnologies.windowsazurestorage.service.UploadService.execute(UploadService.java:729) at com.microsoftopentechnologies.windowsazurestorage.WAStoragePublisher.perform(WAStoragePublisher.java:438) at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80) at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message 

[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-10-14 Thread kago...@infovista.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 koffi AGOKLA commented on  JENKINS-59748  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
 Hi Shen, I took a quick look into the logs located in /var/log/jenkins/jenkins.log and didn't find anything more instructive thant the logs that I added in the decription. do you want some specific logs? Kind regards!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202471.1570798596000.6867.1571040060161%40Atlassian.JIRA.


[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-10-11 Thread jie...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jie Shen commented on  JENKINS-59748  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
 Thanks for reporting this issue. Could you please check the Jenkins log to find if there is more detailed logs in it?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202471.1570798596000.6280.1570844820096%40Atlassian.JIRA.


[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-10-11 Thread jie...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jie Shen assigned an issue to Jie Shen  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59748  
 
 
  Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
Change By: 
 Jie Shen  
 
 
Assignee: 
 Azure DevOps Jie Shen  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202471.1570798596000.6278.1570844760271%40Atlassian.JIRA.


[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-10-11 Thread kago...@infovista.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 koffi AGOKLA updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59748  
 
 
  Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
Change By: 
 koffi AGOKLA  
 

  
 
 
 
 

 
 Hi,After a migration from the version 0.3.11 to 1.1.1, I followed the tutorial described in the link: [http://go.microsoft.com/fwlink/?LinkId=280058]However, although i'm able to download the artifacts from my blob, i'm not able to upload artifacts to this same blob.I'm getting the error:{code:java}MicrosoftAzureStorage - Container name: azuretemplatesMicrosoftAzureStorage - share name: MicrosoftAzureStorage - File path: text/*.txtMicrosoftAzureStorage - Virtual path: MicrosoftAzureStorage - Exclude path: MicrosoftAzureStorage - Uploading files to Microsoft AzureMicrosoftAzureStorage - Need uploaded/archived file count = 2ERROR: MicrosoftAzureStorage - Error occurred while uploading to Azure - xxxdwesxxxcom.microsoftopentechnologies.windowsazurestorage.exceptions.WAStorageException: Only 0/2 files are successfully uploaded. at com.microsoftopentechnologies.windowsazurestorage.service.UploadService.execute(UploadService.java:729) at com.microsoftopentechnologies.windowsazurestorage.WAStoragePublisher.perform(WAStoragePublisher.java:438) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79) at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1840) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429)ERROR: Step 'Upload artifacts to Microsoft Azure Storage' aborted due to exception: java.io.IOException: MicrosoftAzureStorage - Error occurred while uploading to Azure - sastdwe1scr at com.microsoftopentechnologies.windowsazurestorage.WAStoragePublisher.perform(WAStoragePublisher.java:469) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79) at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1840) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429)Finished: FAILURE{code} I tried with the version 1.0.4 and the artifacts were uploaded. But it 

[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-10-11 Thread kago...@infovista.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 koffi AGOKLA updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59748  
 
 
  Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
Change By: 
 koffi AGOKLA  
 
 
Environment: 
 Jenkins ver. 2.190.1Windows Azure Storage Plugin Version 1.1.1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202471.1570798596000.6020.1570801800237%40Atlassian.JIRA.


[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-10-11 Thread kago...@infovista.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 koffi AGOKLA updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59748  
 
 
  Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
Change By: 
 koffi AGOKLA  
 

  
 
 
 
 

 
 Hi, After a migration from the version 0.3.11 to 1.1.1, I followed the tutorial described in the link: [http://go.microsoft.com/fwlink/?LinkId=280058]However, although i'm able to download the artifacts from my blob, i'm not able to upload artifacts to this same blob.I'm getting the error:{code:java}MicrosoftAzureStorage - Container name: azuretemplatesMicrosoftAzureStorage - share name: MicrosoftAzureStorage - File path: text/*.txtMicrosoftAzureStorage - Virtual path: MicrosoftAzureStorage - Exclude path: MicrosoftAzureStorage - Uploading files to Microsoft AzureMicrosoftAzureStorage - Need uploaded/archived file count = 2ERROR: MicrosoftAzureStorage - Error occurred while uploading to Azure - xxxdwesxxxcom.microsoftopentechnologies.windowsazurestorage.exceptions.WAStorageException: Only 0/2 files are successfully uploaded. at com.microsoftopentechnologies.windowsazurestorage.service.UploadService.execute(UploadService.java:729) at com.microsoftopentechnologies.windowsazurestorage.WAStoragePublisher.perform(WAStoragePublisher.java:438) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79) at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1840) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429)ERROR: Step 'Upload artifacts to Microsoft Azure Storage' aborted due to exception: java.io.IOException: MicrosoftAzureStorage - Error occurred while uploading to Azure - sastdwe1scr at com.microsoftopentechnologies.windowsazurestorage.WAStoragePublisher.perform(WAStoragePublisher.java:469) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79) at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1840) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429)Finished: FAILURE{code}  
 

[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-10-11 Thread kago...@infovista.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 koffi AGOKLA updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59748  
 
 
  Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
Change By: 
 koffi AGOKLA  
 

  
 
 
 
 

 
 Hi,I followed the tutorial described in the link: [http://go.microsoft.com/fwlink/?LinkId=280058]However, although i'm able to download the artifacts from my blob, i'm not able to upload artifacts to this same blob.I'm getting the error:{code:java}MicrosoftAzureStorage - Container name:  azuretemplatescicddev  azuretemplates MicrosoftAzureStorage - share name: MicrosoftAzureStorage - File path: text/*.txtMicrosoftAzureStorage - Virtual path: MicrosoftAzureStorage - Exclude path: MicrosoftAzureStorage - Uploading files to Microsoft AzureMicrosoftAzureStorage - Need uploaded/archived file count = 2ERROR: MicrosoftAzureStorage - Error occurred while uploading to Azure -  sastdwe1scr  xxxdwesxxx com.microsoftopentechnologies.windowsazurestorage.exceptions.WAStorageException: Only 0/2 files are successfully uploaded. at com.microsoftopentechnologies.windowsazurestorage.service.UploadService.execute(UploadService.java:729) at com.microsoftopentechnologies.windowsazurestorage.WAStoragePublisher.perform(WAStoragePublisher.java:438) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79) at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1840) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429)ERROR: Step 'Upload artifacts to Microsoft Azure Storage' aborted due to exception: java.io.IOException: MicrosoftAzureStorage - Error occurred while uploading to Azure - sastdwe1scr at com.microsoftopentechnologies.windowsazurestorage.WAStoragePublisher.perform(WAStoragePublisher.java:469) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79) at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1840) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429)Finished: FAILURE{code}  
 
 

[JIRA] (JENKINS-59748) Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded

2019-10-11 Thread kago...@infovista.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 koffi AGOKLA created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59748  
 
 
  Error occurred while uploading to Azure - WAStorageException: Only 0/2 files are successfully uploaded   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Azure DevOps  
 
 
Components: 
 windows-azure-storage-plugin  
 
 
Created: 
 2019-10-11 12:56  
 
 
Priority: 
  Major  
 
 
Reporter: 
 koffi AGOKLA  
 

  
 
 
 
 

 
 Hi, I followed the tutorial described in the link: http://go.microsoft.com/fwlink/?LinkId=280058 However, although i'm able to download the artifacts from my blob, i'm not able to upload artifacts to this same blob. I'm getting the error: 

 

MicrosoftAzureStorage - Container name: azuretemplatescicddev
MicrosoftAzureStorage - share name: 
MicrosoftAzureStorage - File path: text/*.txt
MicrosoftAzureStorage - Virtual path: 
MicrosoftAzureStorage - Exclude path: 
MicrosoftAzureStorage - Uploading files to Microsoft AzureMicrosoftAzureStorage - Need uploaded/archived file count = 2
ERROR: MicrosoftAzureStorage - Error occurred while uploading to Azure - sastdwe1scr
com.microsoftopentechnologies.windowsazurestorage.exceptions.WAStorageException: Only 0/2 files are successfully uploaded.
	at com.microsoftopentechnologies.windowsazurestorage.service.UploadService.execute(UploadService.java:729)
	at com.microsoftopentechnologies.windowsazurestorage.WAStoragePublisher.perform(WAStoragePublisher.java:438)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
	at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)