Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: 5529dbc5bc820387b7cf10be3c3f2cde7577c3b5
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/5529dbc5bc820387b7cf10be3c3f2cde7577c3b5
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    A src/main/java/com/microsoft/azure/vmagent/AvailabilityType.java
    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
    A src/main/java/com/microsoft/azure/vmagent/builders/Availability.java
    A 
src/main/java/com/microsoft/azure/vmagent/builders/AvailabilityBuilder.java
    A src/main/java/com/microsoft/azure/vmagent/builders/AvailabilityFluent.java
    M 
src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateBuilder.java
    M 
src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateFluent.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-availability.html
    A src/main/webapp/help-availabilitySet.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

  Log Message:
  -----------
  Add Availability set support


  Commit: 484c39b0130780d261e96d9e82eb349843197671
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/484c39b0130780d261e96d9e82eb349843197671
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java
    M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java

  Log Message:
  -----------
  Fix it tests


  Commit: 3c9bda46c2f4fccb6b7ac2f2304f2c8ef6e70306
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/3c9bda46c2f4fccb6b7ac2f2304f2c8ef6e70306
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java

  Log Message:
  -----------
  Fix log level for filling availability set methed


  Commit: c607642126c9bf47044edf5244c9d1c017c0a3c1
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/c607642126c9bf47044edf5244c9d1c017c0a3c1
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java

  Log Message:
  -----------
  Add image version parameter in IT tests


  Commit: bba7c73c172ae3ae17ef9563a43d9e7a917b9cb7
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/bba7c73c172ae3ae17ef9563a43d9e7a917b9cb7
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

  Changed paths:
    M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java

  Log Message:
  -----------
  Mannually create resource group before creating availability set


  Commit: 840efb70858ea4c71372a5fc230c37d057a6de2c
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/840efb70858ea4c71372a5fc230c37d057a6de2c
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

  Changed paths:
    M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java

  Log Message:
  -----------
  Fix typo


  Commit: d179cee8accf64083706bfbacae59381328914fc
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d179cee8accf64083706bfbacae59381328914fc
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

  Changed paths:
    M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java

  Log Message:
  -----------
  Change IT for availability set for case sensitive


  Commit: ea8dc0b19184c381172afac0a41cac46435eaaf4
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/ea8dc0b19184c381172afac0a41cac46435eaaf4
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

  Changed paths:
    A src/main/java/com/microsoft/azure/vmagent/AvailabilityType.java
    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
    A src/main/java/com/microsoft/azure/vmagent/builders/Availability.java
    A 
src/main/java/com/microsoft/azure/vmagent/builders/AvailabilityBuilder.java
    A src/main/java/com/microsoft/azure/vmagent/builders/AvailabilityFluent.java
    M 
src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateBuilder.java
    M 
src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateFluent.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-availability.html
    A src/main/webapp/help-availabilitySet.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

  Log Message:
  -----------
  Merge pull request #130 from jenkinsci/availability_set

Supporting availability set for agents


Compare: 
https://github.com/jenkinsci/azure-vm-agents-plugin/compare/8cb27ee81b58...ea8dc0b19184
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.

Reply via email to