Tim Jacomb
Tim Jacomb
### Testing done While testing https://github.com/jenkinsci/azure-vm-agents-plugin/pull/419 Previously was getting: ``` com.microsoft.azure.vmagent.exceptions.AzureCloudException: Deployment Failed: Microsoft.Compute/virtualMachines:linux11cd90 - BadRequest - com.azure.resourcemanager.resources.models.StatusMessage@41eb9f52 ``` Now: ``` BadRequest - The property 'securityProfile.encryptionAtHost' is not valid because...
It would be great to be able to pass secrets to the VM startups scripts. [JENKINS-41381] created by mmitche
Requires https://github.com/jenkinsci/jenkins/pull/7658 to display anything.
### What feature do you want to see added? see https://github.com/jenkins-infra/helpdesk/issues/2942#issuecomment-1127733080 ### Upstream changes _No response_
When use pool retention strategy, most times VMs are failed to provision. If use the same template settings, only change retention strategy to Idle retention strategy, then all vms can...
The Jenkins plugin Azure VM Agents can sometime provision twice as many agents as configured for. The Jenkins log had those entries: 2021-02-01 15:31:58.647+0000 [id=58] INFO c.m.azure.vmagent.AzureVMCloud#provision: AzureVMCloud: provision: start...
Using the Retention Strategy "Azure VM Idle Retention Strategy" with a Retention Time of 45 minutes, the Azure VM Agent log show that are sometime deprovisioned for "Unknown reason" before...
Null exception occurs like below log Unexpected exception encountered while provisioning agent ltaz-jenkins-node7ef250java.lang.NullPointerException at com.microsoft.azure.vmagent.AzureVMCloud.getLockForAgent(AzureVMCloud.java:1017) at com.microsoft.azure.vmagent.AzureVMCloud.lambda$provision$1(AzureVMCloud.java:682) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) https://github.com/jenkinsci/azure-vm-agents-plugin/blob/dev/src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java#L1016...
I am using a groovy file to populate the settings field of the plugin. I am getting an error that states "The storage account name already exists. Use a different...
In the logs I can see that the idle timeout is correctly detected, but the VM is not deallocated. [JENKINS-59951] created by rsikora