-
Notifications
You must be signed in to change notification settings - Fork 44
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
Not uploading files to Azure #206
Comments
Could you fill out the issue template which includes Jenkins versions and all plugins versions please? |
Oh, I'm sorry. Plugins: Jenkins version: 2.303.3 |
Hey @italoveloso89! I've faced the same issue! How did you resolve it? |
@mikespartan, I didn't :/ |
Ok i see, but in #209 there is another trace error, I see there But here I have absolutely the same error as you: How you have moved forward from this particular error to #209 ? |
In my syntax(Blob Properties and Meta), I forgot to include a property, in my case I included Content language( [contentLanguage: 'en-US']) |
Hey @italoveloso89! You're the man! That's solved my problem! Thanks a lot! Wondering that I haven't seen anything about this property, but it matters, even in pipeline syntax there's no any help button for the "blob properties and metadata" chapter. |
could you raise a documentation issue for that please. https://github.com/jenkinsci/azure-storage-plugin/issues/new?assignees=&labels=documentation&template=3-documentation.yml |
Plugins:
Azure AD Plugin - 185.v3b416408dcb1
Azure Artifact Manager plugin - 97.v074e1332e88d
Azure CLI Plugin - 0.9
Azure Credentials - 198.vf9c2fdfde55c
Azure SDK API Plugin - 70.v63f6a95999a7
Azure Storage plugin - 365.vf41653c43b01
Azure VM Agents - 799.va4c741108611
Jenkins version: 2.303.3
Hi guys,
I'm trying to upload my build files to Azure. But I can't upload, it appears this error(below):
I have already included my credentials(Azure account storage):
Also, I configured credentials (Azure Service Principal)
This is a part of code in groovy script (upload files), I want to upload all files that have .zip from the build to Azure:
The text was updated successfully, but these errors were encountered: