Branch: refs/heads/master Home: https://github.com/jenkinsci/azure-vm-agents-plugin Commit: 6a2cefd43e5cd15e71f639cb10b9c0a62de54d1c https://github.com/jenkinsci/azure-vm-agents-plugin/commit/6a2cefd43e5cd15e71f639cb10b9c0a62de54d1c Author: Jie Shen <drfish...@gmail.com> Date: 2019-12-09 (Mon, 09 Dec 2019)
Changed paths: A azure-pipelines.yml Log Message: ----------- Set up CI with Azure Pipelines (#174) [skip ci] Commit: 76bcf44fc0a315abf43130474df00b1c0d08c29f https://github.com/jenkinsci/azure-vm-agents-plugin/commit/76bcf44fc0a315abf43130474df00b1c0d08c29f Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2019-12-31 (Tue, 31 Dec 2019) Changed paths: M pom.xml Log Message: ----------- Use GitHub as a source of plugin documentation (#176) Commit: 47d74c2dfed9e4cffd16e32bbdfe51364f9fdeaf https://github.com/jenkinsci/azure-vm-agents-plugin/commit/47d74c2dfed9e4cffd16e32bbdfe51364f9fdeaf Author: Joe <57198376+quiji...@users.noreply.github.com> Date: 2020-01-08 (Wed, 08 Jan 2020) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java 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/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/remote/AzureVMAgentSSHLauncher.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 A src/main/webapp/help-terminateScript.html M src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMCloud.java M src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java M src/test/resources/com/microsoft/azure/vmagent/test/jcasc/advanced.yaml Log Message: ----------- Termination Script Support (#177) * Added support for Termination Script to Azure VM Agent. When the agent begins deprovisioning a node the Termination Script can be set to execute right before as a means to make changes or save data from a node before it is removed. * -Changed PrintStream to specify UTF8 encoding rather than using default * -Changed flush interval constant to static * -Fixed style issues with flush interval variable * -Addressed several issues brought up in pull request -Fixed styles on public accessors and removed checkstyle deactivation lines around it (initially misunderstood the way the style was supposed to be written) -Removed unnecessary null check before instanceof usage as it was an artifact from an earlier design -Swapped out logging thread code in favor of a Timer. A repeated execution timer is more suited to the logging task and exits much more gracefully. * -Changed out PrintStream reference to use the LogTaskListener logger object instead of the much more confusing OutputStream code -Added some logic to determine if the terminate script should be skipped in the event of being unable to connect to the session. In this version it will simply continue to run deprovisioning on that node, but it may be a good idea to add an option to not deprovision in the event of a terminate script failure * Update AzureVMAgent.java Commit: f19ba0cef1c692a3c7894e1e1db5babcb53a4535 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/f19ba0cef1c692a3c7894e1e1db5babcb53a4535 Author: Joseph Petersen <joseph...@gmail.com> Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths: M pom.xml Log Message: ----------- bump parent pom (#178) Commit: eddf1e1784536ceb21bdeb25b4e608d271ccb261 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/eddf1e1784536ceb21bdeb25b4e608d271ccb261 Author: Joseph Petersen <joseph...@gmail.com> Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths: M pom.xml Log Message: ----------- bump jackson version (#180) Commit: 1f3e40fe3625cfdc5361c719069c6d24f8f58dfc https://github.com/jenkinsci/azure-vm-agents-plugin/commit/1f3e40fe3625cfdc5361c719069c6d24f8f58dfc Author: Joseph Petersen <joseph...@gmail.com> Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths: M pom.xml M src/test/resources/com/microsoft/azure/vmagent/test/jcasc/expectedAdvanced.yaml Log Message: ----------- fix jcasc test harness (#179) * fix jcasc test harness * bump jackson version * yaa for multiline strings! Commit: 71e958a4db8dea7b3b9cf1bd37ab584f870b3e3a https://github.com/jenkinsci/azure-vm-agents-plugin/commit/71e958a4db8dea7b3b9cf1bd37ab584f870b3e3a Author: Jie Shen <drfish...@gmail.com> Date: 2020-02-04 (Tue, 04 Feb 2020) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java Log Message: ----------- Add retry logic for connecting agents with SSH (#181) Commit: fc1674ba6d82ae8f105e1cfb7ae51e0ea674127c https://github.com/jenkinsci/azure-vm-agents-plugin/commit/fc1674ba6d82ae8f105e1cfb7ae51e0ea674127c Author: drfish <drfish...@gmail.com> Date: 2020-02-04 (Tue, 04 Feb 2020) Changed paths: M CHANGELOG.md Log Message: ----------- Add change log for version 1.4.0 Commit: 9deddff2e97213852e1ab522a9928104a65e8ddc https://github.com/jenkinsci/azure-vm-agents-plugin/commit/9deddff2e97213852e1ab522a9928104a65e8ddc Author: drfish <drfish...@gmail.com> Date: 2020-02-04 (Tue, 04 Feb 2020) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release azure-vm-agents-1.4.0 Compare: https://github.com/jenkinsci/azure-vm-agents-plugin/compare/c9da3cd3e75f...9deddff2e972 -- 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/master/c9da3c-9deddf%40github.com.