Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: 832722866ed65a867959f9a0bf95283b6c623b17
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/832722866ed65a867959f9a0bf95283b6c623b17
  Author: Menghua Xiao <[email protected]>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
    A .gitattributes
    A checkstyle.xml
    M pom.xml
    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/AzureVMAgentPostBuildAction.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/AzureVMCloudRetensionStrategy.java
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMCloudVerificationTask.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMComputer.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMDeploymentInfo.java
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
    M 
src/main/java/com/microsoft/azure/vmagent/exceptions/AzureCredentialsValidationException.java
    M 
src/main/java/com/microsoft/azure/vmagent/remote/AzureVMAgentSSHLauncher.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/NoRetryStrategy.java
    M src/main/java/com/microsoft/azure/vmagent/retry/RetryTask.java
    M src/main/java/com/microsoft/azure/vmagent/util/AzureUtil.java
    M src/main/java/com/microsoft/azure/vmagent/util/CleanUpAction.java
    M src/main/java/com/microsoft/azure/vmagent/util/Constants.java
    M src/main/java/com/microsoft/azure/vmagent/util/ExecutionEngine.java
    M src/main/java/com/microsoft/azure/vmagent/util/TokenCache.java
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentPostBuildAction/config.jelly
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentPostBuildAction/config.properties
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.properties
    M src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.jelly
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMComputer/config.jelly
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMComputer/config.properties
    M src/main/resources/com/microsoft/azure/vmagent/Messages.properties
    M src/main/resources/index.jelly
    M src/main/resources/virtualNetworkFragment.json
    M src/main/webapp/help-agentLaunchMethod.html
    M src/main/webapp/help-agentPostBuildAction.html
    M src/main/webapp/help-agentPrivateIp.html
    M src/main/webapp/help-agentWorkspace.html
    M src/main/webapp/help-azureCredentials.html
    M src/main/webapp/help-credentials.html
    M src/main/webapp/help-deploymentTimeout.html
    M src/main/webapp/help-doNotUseMachineIfInitFails.html
    M src/main/webapp/help-executeInitScriptAsRoot.html
    M src/main/webapp/help-image.html
    M src/main/webapp/help-imageReference.html
    M src/main/webapp/help-jvmOptions.html
    M src/main/webapp/help-labels.html
    M src/main/webapp/help-location.html
    M src/main/webapp/help-maxVirtualMachinesLimit.html
    M src/main/webapp/help-noOfParallelJobs.html
    M src/main/webapp/help-osType.html
    M src/main/webapp/help-retentionTimeInMin.html
    M src/main/webapp/help-shutdownOnIdle.html
    M src/main/webapp/help-storageAccountName.html
    M src/main/webapp/help-templateDesc.html
    M src/main/webapp/help-templateDisabled.html
    M src/main/webapp/help-templateStatusDetails.html
    M src/main/webapp/help-virtualMachineSize.html

  Log Message:
  -----------
  Unified code style enforced by checkstyle

- checkstyle during the validate build phase
- webapp directory is not checked
- set autocrlf settings in .gitattributes


  Commit: 27e4e83c05ef5781f609f45966d34786feb3ac38
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/27e4e83c05ef5781f609f45966d34786feb3ac38
  Author: Menghua Xiao <[email protected]>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
    A .gitattributes
    A checkstyle.xml
    M pom.xml
    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/AzureVMAgentPostBuildAction.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/AzureVMCloudRetensionStrategy.java
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMCloudVerificationTask.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMComputer.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMDeploymentInfo.java
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
    M 
src/main/java/com/microsoft/azure/vmagent/exceptions/AzureCredentialsValidationException.java
    M 
src/main/java/com/microsoft/azure/vmagent/remote/AzureVMAgentSSHLauncher.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/NoRetryStrategy.java
    M src/main/java/com/microsoft/azure/vmagent/retry/RetryTask.java
    M src/main/java/com/microsoft/azure/vmagent/util/AzureUtil.java
    M src/main/java/com/microsoft/azure/vmagent/util/CleanUpAction.java
    M src/main/java/com/microsoft/azure/vmagent/util/Constants.java
    M src/main/java/com/microsoft/azure/vmagent/util/ExecutionEngine.java
    M src/main/java/com/microsoft/azure/vmagent/util/TokenCache.java
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentPostBuildAction/config.jelly
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentPostBuildAction/config.properties
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.properties
    M src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.jelly
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMComputer/config.jelly
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMComputer/config.properties
    M src/main/resources/com/microsoft/azure/vmagent/Messages.properties
    M src/main/resources/index.jelly
    M src/main/resources/virtualNetworkFragment.json
    M src/main/webapp/help-agentLaunchMethod.html
    M src/main/webapp/help-agentPostBuildAction.html
    M src/main/webapp/help-agentPrivateIp.html
    M src/main/webapp/help-agentWorkspace.html
    M src/main/webapp/help-azureCredentials.html
    M src/main/webapp/help-credentials.html
    M src/main/webapp/help-deploymentTimeout.html
    M src/main/webapp/help-doNotUseMachineIfInitFails.html
    M src/main/webapp/help-executeInitScriptAsRoot.html
    M src/main/webapp/help-image.html
    M src/main/webapp/help-imageReference.html
    M src/main/webapp/help-jvmOptions.html
    M src/main/webapp/help-labels.html
    M src/main/webapp/help-location.html
    M src/main/webapp/help-maxVirtualMachinesLimit.html
    M src/main/webapp/help-noOfParallelJobs.html
    M src/main/webapp/help-osType.html
    M src/main/webapp/help-retentionTimeInMin.html
    M src/main/webapp/help-shutdownOnIdle.html
    M src/main/webapp/help-storageAccountName.html
    M src/main/webapp/help-templateDesc.html
    M src/main/webapp/help-templateDisabled.html
    M src/main/webapp/help-templateStatusDetails.html
    M src/main/webapp/help-virtualMachineSize.html

  Log Message:
  -----------
  Merge pull request #46 from ArieShout/unify-style

Unify code style enforced by checkstyle plugin, no code logic change.


  Commit: b1b46361e18120366c3caf748a97e14777cfbb8e
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/b1b46361e18120366c3caf748a97e14777cfbb8e
  Author: ChenyangLiu <[email protected]>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

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

  Log Message:
  -----------
  add choosing way


  Commit: d7ba758b6ce2f6371f2ea193bc9ffaf5ca7f15c8
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d7ba758b6ce2f6371f2ea193bc9ffaf5ca7f15c8
  Author: Raphael Yu <[email protected]>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java
    M src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.jelly
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.properties

  Log Message:
  -----------
  Add the log recorder and link for the plugin.


  Commit: c17ad8aab6abd15dd6b433807d8a2ab273de6afb
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/c17ad8aab6abd15dd6b433807d8a2ab273de6afb
  Author: ChenyangLiu <[email protected]>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

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

  Log Message:
  -----------
  support choosing exist resource group and storage group


  Commit: d1c0aa2f2a544b7379231746072522a26c4ee21a
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d1c0aa2f2a544b7379231746072522a26c4ee21a
  Author: ChenyangLiu <[email protected]>
  Date:   2017-06-05 (Mon, 05 Jun 2017)

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

  Log Message:
  -----------
  do not verify whether use exist resource group again because when we choose 
exist storage account that's mean we choose exist resource group


  Commit: 21db2c196618c86235aa882121d18257a225f60f
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/21db2c196618c86235aa882121d18257a225f60f
  Author: Raphael Yu <[email protected]>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java
    M src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.jelly
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.properties

  Log Message:
  -----------
  Merge pull request #50 from LGDoor/dev

Add the log recorder and link for the plugin.


  Commit: 852eed66bfe689241eb1e73d9fac8ce9f494a2b5
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/852eed66bfe689241eb1e73d9fac8ce9f494a2b5
  Author: ChenyangLiu <[email protected]>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

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

  Log Message:
  -----------
  refactor codes


  Commit: 02363830c409fa278da86b418128916ac8d66965
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/02363830c409fa278da86b418128916ac8d66965
  Author: ChenyangLiu <[email protected]>
  Date:   2017-06-07 (Wed, 07 Jun 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.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/AzureVMCloud/config.jelly
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.properties

  Log Message:
  -----------
  refactor codes


  Commit: ccbdac35368cc05bbc8866a49bed18b76bd6777b
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/ccbdac35368cc05bbc8866a49bed18b76bd6777b
  Author: ChenyangLiu <[email protected]>
  Date:   2017-06-07 (Wed, 07 Jun 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly
    M src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.jelly
    M src/main/webapp/help-imageReference.html
    A src/main/webapp/help-resourceGroupName.html
    A src/main/webapp/help-slaveMode.html
    M src/main/webapp/help-storageAccountName.html

  Log Message:
  -----------
  update help files and backward compatibility


  Commit: d7190422c9168422c1a489f6fc651a1ac0098dfa
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d7190422c9168422c1a489f6fc651a1ac0098dfa
  Author: ChenyangLiu <[email protected]>
  Date:   2017-06-07 (Wed, 07 Jun 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java
    M src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.jelly
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.properties

  Log Message:
  -----------
  Merge branch 'dev_origin' into dev2

# Conflicts:
#       src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java
#       src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.jelly
#       
src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.properties


  Commit: 2b54581e8a7f6ed99c9ab748bf64d6c2c7706191
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/2b54581e8a7f6ed99c9ab748bf64d6c2c7706191
  Author: ChenyangLiu <[email protected]>
  Date:   2017-06-07 (Wed, 07 Jun 2017)

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

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


  Commit: 07166112cfb0d9992fe908a48e4f267fd7966ef6
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/07166112cfb0d9992fe908a48e4f267fd7966ef6
  Author: ChenyangLiu <[email protected]>
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.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/AzureVMCloud/config.jelly
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.properties

  Log Message:
  -----------
  use readResolve to achieve backward compatibility, fix some bugs


  Commit: ebc7f86b6136ad316b23373106cb2af819980ebd
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/ebc7f86b6136ad316b23373106cb2af819980ebd
  Author: ChenyangLiu <[email protected]>
  Date:   2017-06-08 (Thu, 08 Jun 2017)

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

  Log Message:
  -----------
  resolve issue of backward compatibility of storage type


  Commit: 2ac25035a5a9e67b32244b4056044c75a59b8dbe
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/2ac25035a5a9e67b32244b4056044c75a59b8dbe
  Author: ChenyangLiu <[email protected]>
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  -----------
  fix some small issues


  Commit: b973e1883475a68819f294b166beac7c42a52443
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/b973e1883475a68819f294b166beac7c42a52443
  Author: ChenyangLiu <[email protected]>
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly
    M src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.jelly
    M src/main/webapp/help-resourceGroupName.html
    M src/main/webapp/help-storageAccountName.html

  Log Message:
  -----------
  change exist to existing


  Commit: 0ee558109f95d89eeb89ae061a9894ccb32948f3
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/0ee558109f95d89eeb89ae061a9894ccb32948f3
  Author: Chenyang Liu <[email protected]>
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.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/AzureVMCloud/config.jelly
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.properties
    M src/main/webapp/help-imageReference.html
    A src/main/webapp/help-resourceGroupName.html
    A src/main/webapp/help-slaveMode.html
    M src/main/webapp/help-storageAccountName.html
    M src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMCloud.java

  Log Message:
  -----------
  Merge pull request #51 from zackliu/dev

User journey improvement


  Commit: 21f3d875662322f2779e727c53accb3c52b52216
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/21f3d875662322f2779e727c53accb3c52b52216
  Author: Dayang Shen <[email protected]>
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
    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:
  -----------
  Drop stacktrace of CloudException and throw its message only

Fields in CloudException contain details of HTTP requests and responses.
Their types are in okhttp package. Once serialized and persisted, these
fields may not be recognized and unmarshalled properly when Cloud
Statistics Plugin loads next time, as okhttp related classes haven't loaded
at that point. This can cause crash of the plugin and makes Jenkins
unusable.


  Commit: 4cc6ff87892c148826ca4361bd619313617e60f7
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/4cc6ff87892c148826ca4361bd619313617e60f7
  Author: Ken Chen <[email protected]>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
    M pom.xml

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


Compare: 
https://github.com/jenkinsci/azure-vm-agents-plugin/compare/4101bc2e3b37...4cc6ff87892c

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to