Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: ed3bf03eafae6e5cf37b5fb0c589f460fc97c179
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/ed3bf03eafae6e5cf37b5fb0c589f460fc97c179
  Author: ChenyangLiu <zackliu1...@hotmail.com>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    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/util/Constants.java
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly
    A src/main/resources/referenceImageTemplateWithManagedDisk.json
    A src/main/resources/referenceImageTemplateWithScriptAndManagedDisk.json

  Log Message:
  -----------
  Add support for managed disk


  Commit: 6fa8ae29109557124dd3b51e166048974e567d1b
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/6fa8ae29109557124dd3b51e166048974e567d1b
  Author: ChenyangLiu <zackliu1...@hotmail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  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/AzureVMCloudVerificationTask.java
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
    A src/main/resources/customImageTemplateWithManagedDisk.json
    A src/main/resources/customImageTemplateWithScriptAndManagedDisk.json

  Log Message:
  -----------
  Add support for managed disk


  Commit: 488864ff316509df5e8f41706394da4a90f605d3
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/488864ff316509df5e8f41706394da4a90f605d3
  Author: ChenyangLiu <zackliu1...@hotmail.com>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.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-diskType.html
    M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java

  Log Message:
  -----------
  update clean task to delete temporary image


  Commit: 03e7695784faafa0e22ee33d2c190f096cc3e41c
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/03e7695784faafa0e22ee33d2c190f096cc3e41c
  Author: ChenyangLiu <zackliu1...@hotmail.com>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
    M pom.xml
    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/AzureVMComputer.java
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
    M 
src/main/java/com/microsoft/azure/vmagent/exceptions/AzureCloudException.java
    R 
src/main/java/com/microsoft/azure/vmagent/exceptions/UnrecoverableCloudException.java
    M src/main/java/com/microsoft/azure/vmagent/retry/DefaultRetryStrategy.java
    M 
src/main/java/com/microsoft/azure/vmagent/retry/ExponentialRetryStrategy.java
    M 
src/main/java/com/microsoft/azure/vmagent/retry/LinearRetryForAllExceptions.java
    M src/main/java/com/microsoft/azure/vmagent/retry/NoRetryStrategy.java
    M src/main/java/com/microsoft/azure/vmagent/util/AzureUtil.java
    M src/main/java/com/microsoft/azure/vmagent/util/ExecutionEngine.java

  Log Message:
  -----------
  Merge branch 'dev' into dev_managed_disk

# Conflicts:
#       
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java


  Commit: eb61fcbb6c6277a39b12b24750b6a0af3251f0da
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/eb61fcbb6c6277a39b12b24750b6a0af3251f0da
  Author: ChenyangLiu <zackliu1...@hotmail.com>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  -----------
  merge conflict resolve


  Commit: d2bb493d2136751a08dd2068dc43a98c2910bc07
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d2bb493d2136751a08dd2068dc43a98c2910bc07
  Author: ChenyangLiu <zackliu1...@hotmail.com>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly

  Log Message:
  -----------
  fix bugs


  Commit: 5d9bdd81025f9b62af711381b044f4e11d925f09
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/5d9bdd81025f9b62af711381b044f4e11d925f09
  Author: ChenyangLiu <zackliu1...@hotmail.com>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentCleanUpTask.java
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
    M src/main/resources/customImageTemplateWithManagedDisk.json
    M src/main/resources/customImageTemplateWithScriptAndManagedDisk.json
    M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java

  Log Message:
  -----------
  Update clean task to capture managed disk and images


  Commit: c9c6379206b7334deced6857dda20e605dd3f53f
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/c9c6379206b7334deced6857dda20e605dd3f53f
  Author: ChenyangLiu <zackliu1...@hotmail.com>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

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

  Log Message:
  -----------
  change back null check


  Commit: 4da323d8391636e635ddd6254c4754c91e52e122
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/4da323d8391636e635ddd6254c4754c91e52e122
  Author: Chenyang Liu <zackliu1...@hotmail.com>
  Date:   2017-06-30 (Fri, 30 Jun 2017)

  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/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/config.properties
    A src/main/resources/customImageTemplateWithManagedDisk.json
    A src/main/resources/customImageTemplateWithScriptAndManagedDisk.json
    A src/main/resources/referenceImageTemplateWithManagedDisk.json
    A src/main/resources/referenceImageTemplateWithScriptAndManagedDisk.json
    A src/main/webapp/help-diskType.html
    M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java

  Log Message:
  -----------
  Merge pull request #59 from zackliu/dev_managed_disk

Add support for Managed Disk [JENKINS-43028]


Compare: 
https://github.com/jenkinsci/azure-vm-agents-plugin/compare/8073fd5807c4...4da323d83916

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