Branch: refs/heads/dev Home: https://github.com/jenkinsci/azure-vm-agents-plugin Commit: 847915ebc2424b794cac419cecece4f7b36be9e5 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/847915ebc2424b794cac419cecece4f7b36be9e5 Author: Tim Jacomb <timjacomb1+git...@gmail.com> Date: 2020-03-28 (Sat, 28 Mar 2020)
Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java Log Message: ----------- Fix agents getting deleted on reboot when using JCasC TemplateUtil#checkSame fails on startup due to availabilityType and imageReference being null, this causes the retention strategy to think the template has changed This is caused by jcasc not invoking the #readResolve method, the workaround is to do the compatibility work in the constructor instead Commit: 5139b2004025a690f3797afba69e4a748b2029a2 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/5139b2004025a690f3797afba69e4a748b2029a2 Author: xuzhang3 <57888764+xuzha...@users.noreply.github.com> Date: 2020-03-30 (Mon, 30 Mar 2020) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java Log Message: ----------- Merge pull request #184 from timja/fix-deleting-of-agents-on-restart Fix agents getting deleted on reboot when using JCasC Compare: https://github.com/jenkinsci/azure-vm-agents-plugin/compare/9666dec0c581...5139b2004025 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/azure-vm-agents-plugin/push/refs/heads/dev/9666de-5139b2%40github.com.