-
Bug
-
Resolution: Fixed
-
Minor
Been seeing this regularly for some time now in Code Valet and other Jenkins environments
java.io.FileNotFoundException: /var/jenkins_home/deployment.out (No such file or directory) at java.io.FileInputStream.open0(FileInputStream.java) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at com.microsoft.azure.vmagent.AzureVMAgentCleanUpTask$DeploymentRegistrar.<init>(AzureVMAgentCleanUpTask.java:138) at com.microsoft.azure.vmagent.AzureVMAgentCleanUpTask$DeploymentRegistrar.getInstance(AzureVMAgentCleanUpTask.java:151) at com.microsoft.azure.vmagent.AzureVMAgentCleanUpTask.cleanDeployments(AzureVMAgentCleanUpTask.java:205) at com.microsoft.azure.vmagent.AzureVMAgentCleanUpTask.cleanDeployments(AzureVMAgentCleanUpTask.java:196) at com.microsoft.azure.vmagent.AzureVMAgentCleanUpTask.clean(AzureVMAgentCleanUpTask.java:571) at com.microsoft.azure.vmagent.AzureVMAgentCleanUpTask.access$200(AzureVMAgentCleanUpTask.java:64) at com.microsoft.azure.vmagent.AzureVMAgentCleanUpTask$3.call(AzureVMAgentCleanUpTask.java:583) at com.microsoft.azure.vmagent.AzureVMAgentCleanUpTask$3.call(AzureVMAgentCleanUpTask.java:580) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)