Tim Jacomb
Tim Jacomb
I wasn't able to reproduce this, maybe its been improved by https://github.com/jenkinsci/jenkins/pull/9855 I tried with both once and idle and they retried just fine
What type is your storage account? https://stackoverflow.com/a/41572070/4951015 This is your error: ``` Status code 400, " BlobTypeNotSupportedBlock blobs are not supported. RequestId:c1faaee5-e01c-0082-7772-578288000000 Time:2021-06-02T05:48:01.4190843Z" ```
by let the plugin create a new storage account did you give it a new name? the new / existing doesn't actually create a new one / do anything really....
Ok can you provide your config please? Configuration as code export or xml config, redact anything you wish with ****
@nirud if you check the help for `storageAccountType` it says to not use Premium when using managed disks, that should fix your issue and allow you to upgrade the plugin....
I've had a go at fixing this, it seems like Premium_LRS is only really designed for storing VHDs for unmanaged disks. The track 2 azure storage SDK does not make...
UI warning is added in https://github.com/jenkinsci/azure-vm-agents-plugin/pull/285 which is being released atm Edit: https://github.com/jenkinsci/azure-vm-agents-plugin/releases/tag/781.v5877a4d99d28
Given no more reports in 3 years seems the UI warning has solved this, closing
Happens also on my side plugin version 1.5.1 Jenkins version Jenkins 2.263.1. Actually what I observed that with smaller retention time it is able to wake up the agent. After...
Hi just looking into the code, and starting from transient modifier would it be enough to, add initializer to readResolve https://github.com/jenkinsci/azure-vm-agents-plugin/blob/60f68e98405973d80ca0e31ee557d0ce2e26ad24/src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java#L187 at line before azureClients are also initliazed https://github.com/jenkinsci/azure-vm-agents-plugin/blob/60f68e98405973d80ca0e31ee557d0ce2e26ad24/src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java#L197 like: ...