Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azureUpload doesn't provide usefull debug information #59

Closed
clguiman opened this issue May 31, 2017 · 1 comment
Closed

azureUpload doesn't provide usefull debug information #59

clguiman opened this issue May 31, 2017 · 1 comment
Assignees

Comments

@clguiman
Copy link
Contributor

I tried to use the azureUpload command for our CI, but I couldn't figure out what I set wrong. There's no usefull debug information.
Here's the groovy script: azure-devops/ci@90d0987
And here's the error:
http://devops-ci.westcentralus.cloudapp.azure.com/job/azure-credentials/job/jenkinsci/job/master/44/console

MicrosoftAzureStorage - Uploading files to Microsoft Azure
MicrosoftAzureStorage - Failed to upload any build artifacts to Azure Storage
Verify the list of files to upload and that the Ant glob syntax is correct
ERROR: MicrosoftAzureStorage - Error occurred while uploading to Azure - devopspublicstorage
java.io.IOException: MicrosoftAzureStorage - Failed to upload any build artifacts to Azure Storage
Verify the list of files to upload and that the Ant glob syntax is correct
at com.microsoftopentechnologies.windowsazurestorage.WAStoragePublisher.perform(WAStoragePublisher.java:420)
at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:78)
at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:65)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1$1.call(SynchronousNonBlockingStepExecution.java:49)
at hudson.security.ACL.impersonate(ACL.java:260)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1.run(SynchronousNonBlockingStepExecution.java:46)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

The plugin should provide better logs.

ArchangelSDY added a commit to ArchangelSDY/windows-azure-storage-plugin that referenced this issue Jun 1, 2017
@ArchangelSDY
Copy link
Contributor

It seems no files matching the name pattern can be found. I've created a PR to print more logs and improved the error message.

ArchangelSDY added a commit to ArchangelSDY/windows-azure-storage-plugin that referenced this issue Jun 2, 2017
ArchangelSDY added a commit that referenced this issue Jun 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants