Branch: refs/heads/dev Home: https://github.com/jenkinsci/azure-vm-agents-plugin Commit: bef00459fd0a7fda957657a426ca6ead73788e25 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/bef00459fd0a7fda957657a426ca6ead73788e25 Author: Jie Shen <drfish...@gmail.com> Date: 2019-02-02 (Sat, 02 Feb 2019)
Changed paths: M pom.xml M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java M src/main/java/com/microsoft/azure/vmagent/ImageReferenceType.java M src/main/java/com/microsoft/azure/vmagent/builders/AdvancedImage.java M src/main/java/com/microsoft/azure/vmagent/builders/AdvancedImageBuilder.java M src/main/java/com/microsoft/azure/vmagent/builders/AdvancedImageFluent.java M src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateBuilder.java M src/main/java/com/microsoft/azure/vmagent/util/Constants.java M src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly M src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.properties A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/help-galleryImageDefinition.html A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/help-galleryImageVersion.html A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/help-galleryName.html A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/help-galleryResourceGroup.html M src/main/resources/com/microsoft/azure/vmagent/Messages.properties M src/main/resources/referenceImageIDTemplateWithManagedDisk.json M src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java Log Message: ----------- Add basic shared image gallery support Commit: c696bdadba6f3eec67a7d664a83a718ae1c2e611 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/c696bdadba6f3eec67a7d664a83a718ae1c2e611 Author: Jie Shen <drfish...@gmail.com> Date: 2019-02-03 (Sun, 03 Feb 2019) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java M src/main/java/com/microsoft/azure/vmagent/util/Constants.java M src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly M src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/help-galleryImageVersion.html Log Message: ----------- Add verify stage for gallery Commit: 8645a41e9898cd21d15ac6fb110f44d4879ecb83 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/8645a41e9898cd21d15ac6fb110f44d4879ecb83 Author: drfish <drfish...@gmail.com> Date: 2019-02-18 (Mon, 18 Feb 2019) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java Log Message: ----------- Null check for all gallery image related variables Commit: 35350b4b181ce2ae322ca529e81f9ff500bdfe15 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/35350b4b181ce2ae322ca529e81f9ff500bdfe15 Author: drfish <drfish...@gmail.com> Date: 2019-02-18 (Mon, 18 Feb 2019) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java Log Message: ----------- Get latest gallery image version by comparing instead of sorting Commit: 5632b410bf523b2d547151b9347016da039af81d https://github.com/jenkinsci/azure-vm-agents-plugin/commit/5632b410bf523b2d547151b9347016da039af81d Author: drfish <drfish...@gmail.com> Date: 2019-02-18 (Mon, 18 Feb 2019) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java Log Message: ----------- Fix format issue Commit: f9916367b96a5c823b159e008435623d3c18fc79 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/f9916367b96a5c823b159e008435623d3c18fc79 Author: Jie Shen <drfish...@gmail.com> Date: 2019-02-20 (Wed, 20 Feb 2019) Changed paths: M pom.xml M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java M src/main/java/com/microsoft/azure/vmagent/ImageReferenceType.java M src/main/java/com/microsoft/azure/vmagent/builders/AdvancedImage.java M src/main/java/com/microsoft/azure/vmagent/builders/AdvancedImageBuilder.java M src/main/java/com/microsoft/azure/vmagent/builders/AdvancedImageFluent.java M src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateBuilder.java M src/main/java/com/microsoft/azure/vmagent/util/Constants.java M src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly M src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.properties A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/help-galleryImageDefinition.html A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/help-galleryImageVersion.html A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/help-galleryName.html A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/help-galleryResourceGroup.html M src/main/resources/com/microsoft/azure/vmagent/Messages.properties M src/main/resources/referenceImageIDTemplateWithManagedDisk.json M src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java Log Message: ----------- Merge pull request #134 from jenkinsci/gallery Add Shared Image Gallery as an option Compare: https://github.com/jenkinsci/azure-vm-agents-plugin/compare/a474af9ab64b...f9916367b96a -- 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. For more options, visit https://groups.google.com/d/optout.