Branch: refs/heads/dev Home: https://github.com/jenkinsci/azure-vm-agents-plugin Commit: 832722866ed65a867959f9a0bf95283b6c623b17 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/832722866ed65a867959f9a0bf95283b6c623b17 Author: Menghua Xiao <menx...@microsoft.com> 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 <ariesh...@gmail.com> 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. Compare: https://github.com/jenkinsci/azure-vm-agents-plugin/compare/06d92b941073...27e4e83c05ef -- 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.