Branch: refs/heads/master Home: https://github.com/jenkinsci/azure-vm-agents-plugin Commit: 374a878ec8eb7c7c3d70c32d1c19cac4abcdc946 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/374a878ec8eb7c7c3d70c32d1c19cac4abcdc946 Author: chenyl <che...@microsoft.com> Date: 2018-03-08 (Thu, 08 Mar 2018)
Changed paths: M CHANGELOG.md M src/main/resources/scripts/sshInit.ps1 Log Message: ----------- fix ssh init issue and use expand-archive to support headless server Commit: 73c24fbfa38867c9818e446e03dda0c61e502af0 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/73c24fbfa38867c9818e446e03dda0c61e502af0 Author: chenyl <che...@microsoft.com> Date: 2018-03-08 (Thu, 08 Mar 2018) Changed paths: M src/main/resources/scripts/sshInit.ps1 Log Message: ----------- Add blank line Commit: 2b8539c701a3c4c8766385b030dc4fc1771c0fab https://github.com/jenkinsci/azure-vm-agents-plugin/commit/2b8539c701a3c4c8766385b030dc4fc1771c0fab Author: Chenyang Liu <zackliu1...@hotmail.com> Date: 2018-03-08 (Thu, 08 Mar 2018) Changed paths: M CHANGELOG.md M src/main/resources/scripts/sshInit.ps1 Log Message: ----------- Merge pull request #102 from zackliu/dev_ssh2012 Fix SSH initialization failed in Windows Server 2012 Commit: d1aee6c896ec5be97a1eb89ccfbfdb4f4b6a0403 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d1aee6c896ec5be97a1eb89ccfbfdb4f4b6a0403 Author: Chenyang Liu <zackliu1...@hotmail.com> Date: 2018-03-08 (Thu, 08 Mar 2018) Changed paths: M src/main/resources/scripts/windowsInstallGitScript.ps1 Log Message: ----------- Merge pull request #103 from jenkinsci/master Master Commit: 387ad571586667850bc0f2f5de2b0ca2646b012f https://github.com/jenkinsci/azure-vm-agents-plugin/commit/387ad571586667850bc0f2f5de2b0ca2646b012f Author: chenyl <che...@microsoft.com> Date: 2018-03-19 (Mon, 19 Mar 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentCleanUpTask.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java M src/main/java/com/microsoft/azure/vmagent/util/AzureUtil.java M src/main/resources/com/microsoft/azure/vmagent/Messages.properties Log Message: ----------- Fix: Update name check && clean unused warning && add blank choice for storage account && prevent creating existing storage Commit: 0211ca5e794895ee25be91879c0b14cf1e434f23 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/0211ca5e794895ee25be91879c0b14cf1e434f23 Author: chenyl <che...@microsoft.com> Date: 2018-03-19 (Mon, 19 Mar 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java Log Message: ----------- rebase on latest branch Commit: d7f269f55aed2a00b87bc028b2b9208bc957947d https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d7f269f55aed2a00b87bc028b2b9208bc957947d Author: chenyl <che...@microsoft.com> Date: 2018-03-20 (Tue, 20 Mar 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentCleanUpTask.java Log Message: ----------- Fix: cloud statistics issue Commit: a262cb8f06c75c742f07d133ed49358095bd5d10 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/a262cb8f06c75c742f07d133ed49358095bd5d10 Author: chenyl <che...@microsoft.com> Date: 2018-03-20 (Tue, 20 Mar 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java Log Message: ----------- Fix: Shutdown issue Commit: a9a972973a9820bb6e3c4783498a42ae3673cb77 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/a9a972973a9820bb6e3c4783498a42ae3673cb77 Author: chenyl <che...@microsoft.com> Date: 2018-03-20 (Tue, 20 Mar 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentCleanUpTask.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java Log Message: ----------- Update sync logic Commit: f72794484a031e5556a4dc5ba2fbde115670d7a5 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/f72794484a031e5556a4dc5ba2fbde115670d7a5 Author: chenyl <che...@microsoft.com> Date: 2018-03-21 (Wed, 21 Mar 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudBaseRetentionStrategy.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudOnceRetentionStrategy.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudPoolRetentionStrategy.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudRetensionStrategy.java Log Message: ----------- Update shutdown logic Commit: fb837a3b410b9d30dc6e6f3218d46521793fb8f0 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/fb837a3b410b9d30dc6e6f3218d46521793fb8f0 Author: chenyl <che...@microsoft.com> Date: 2018-03-21 (Wed, 21 Mar 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudBaseRetentionStrategy.java Log Message: ----------- fix bugs Commit: 2bab637a2cd38aa4400b8a28c1b7ab7bd780693c https://github.com/jenkinsci/azure-vm-agents-plugin/commit/2bab637a2cd38aa4400b8a28c1b7ab7bd780693c Author: chenyl <che...@microsoft.com> Date: 2018-03-21 (Wed, 21 Mar 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentCleanUpTask.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java Log Message: ----------- Remove cloud statistics track when reusing slave Commit: 9cc53bbeced4b0ec6671f9fbc8a8270cfe239372 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/9cc53bbeced4b0ec6671f9fbc8a8270cfe239372 Author: Dave Tucker <d...@dtucker.co.uk> Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java A src/main/java/com/microsoft/azure/vmagent/ImageReferenceType.java R src/main/java/com/microsoft/azure/vmagent/ImageType.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/java/com/microsoft/azure/vmagent/util/TemplateUtil.java M src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly M src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.properties M src/main/resources/com/microsoft/azure/vmagent/Messages.properties A src/main/resources/referenceImageIDTemplateWithManagedDisk.json A src/main/resources/referenceImageIDTemplateWithScriptAndManagedDisk.json A src/main/webapp/help-customReference.html 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 Support For Specifying Managed Image by ID This allows for customised images created using Packer to be used with this plugin Signed-off-by: Dave Tucker <d...@dtucker.co.uk> Commit: 73252495e6407ac84eaf682967c20690071c8657 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/73252495e6407ac84eaf682967c20690071c8657 Author: Chenyang Liu <zackliu1...@hotmail.com> Date: 2018-04-04 (Wed, 04 Apr 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java A src/main/java/com/microsoft/azure/vmagent/ImageReferenceType.java R src/main/java/com/microsoft/azure/vmagent/ImageType.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/java/com/microsoft/azure/vmagent/util/TemplateUtil.java M src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly M src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.properties M src/main/resources/com/microsoft/azure/vmagent/Messages.properties A src/main/resources/referenceImageIDTemplateWithManagedDisk.json A src/main/resources/referenceImageIDTemplateWithScriptAndManagedDisk.json A src/main/webapp/help-customReference.html 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 #104 from dave-tucker/imageId Add Support For Specifying Managed Image by ID Commit: d6b2701f788aa792583c443ebf6d1a3d5c5c8c1d https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d6b2701f788aa792583c443ebf6d1a3d5c5c8c1d Author: Chenyang Liu <zackliu1...@hotmail.com> Date: 2018-04-04 (Wed, 04 Apr 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentCleanUpTask.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudBaseRetentionStrategy.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudOnceRetentionStrategy.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudPoolRetentionStrategy.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudRetensionStrategy.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java M src/main/java/com/microsoft/azure/vmagent/util/AzureUtil.java M src/main/resources/com/microsoft/azure/vmagent/Messages.properties Log Message: ----------- Merge pull request #105 from zackliu/fix_shutdown Fix issues Commit: eb84402794dd16cacdd4765ffae23fc6633e32aa https://github.com/jenkinsci/azure-vm-agents-plugin/commit/eb84402794dd16cacdd4765ffae23fc6633e32aa Author: chenyl <che...@microsoft.com> Date: 2018-04-04 (Wed, 04 Apr 2018) Changed paths: M CHANGELOG.md M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java M src/main/java/com/microsoft/azure/vmagent/AzureVMMaintainPoolTask.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java M src/main/java/com/microsoft/azure/vmagent/builders/AdvancedImageBuilder.java Log Message: ----------- Prepare for 0.7.0 and fix some issues Commit: 66d18bccb11b5485cf6605be67595f2f2189aaf4 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/66d18bccb11b5485cf6605be67595f2f2189aaf4 Author: chenyl <che...@microsoft.com> Date: 2018-04-08 (Sun, 08 Apr 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java Log Message: ----------- fix nullpointer issue Commit: 4f3added74339acec0ecb70c05c208ee0b9215ac https://github.com/jenkinsci/azure-vm-agents-plugin/commit/4f3added74339acec0ecb70c05c208ee0b9215ac Author: chenyl <che...@microsoft.com> Date: 2018-04-09 (Mon, 09 Apr 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java Log Message: ----------- minor updates Commit: b434e08bd4935d07d84e172c60d48fd3d87779ca https://github.com/jenkinsci/azure-vm-agents-plugin/commit/b434e08bd4935d07d84e172c60d48fd3d87779ca Author: chenyl <che...@microsoft.com> Date: 2018-04-09 (Mon, 09 Apr 2018) Changed paths: M CHANGELOG.md M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java Log Message: ----------- minor updates Commit: 725233def5862c0ca51f7d6eded4c8fd155c3f26 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/725233def5862c0ca51f7d6eded4c8fd155c3f26 Author: chenyl <che...@microsoft.com> Date: 2018-04-09 (Mon, 09 Apr 2018) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java Log Message: ----------- minor updates Commit: 0764547ef5f30ccab47aa3a087481287866cde95 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/0764547ef5f30ccab47aa3a087481287866cde95 Author: Chenyang Liu <zackliu1...@hotmail.com> Date: 2018-04-09 (Mon, 09 Apr 2018) Changed paths: M CHANGELOG.md M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java M src/main/java/com/microsoft/azure/vmagent/AzureVMMaintainPoolTask.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java M src/main/java/com/microsoft/azure/vmagent/builders/AdvancedImageBuilder.java Log Message: ----------- Merge pull request #106 from zackliu/dev_0.7.0 Prepare for 0.7.0 and fix some issues Commit: b1a1368c61fbd753c3b54bdc515958196a989349 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/b1a1368c61fbd753c3b54bdc515958196a989349 Author: Menghua Xiao <menx...@microsoft.com> Date: 2018-04-09 (Mon, 09 Apr 2018) Changed paths: M CHANGELOG.md Log Message: ----------- Update CHANGELOG for release 0.7.0 Commit: 6bdc6ef8fe49c4479f3574cd013e6a2d091ec23e https://github.com/jenkinsci/azure-vm-agents-plugin/commit/6bdc6ef8fe49c4479f3574cd013e6a2d091ec23e Author: Menghua Xiao <menx...@microsoft.com> Date: 2018-04-09 (Mon, 09 Apr 2018) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release azure-vm-agents-0.7.0 Compare: https://github.com/jenkinsci/azure-vm-agents-plugin/compare/46720dd73e63...6bdc6ef8fe49 -- 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.