[jenkinsci/azure-vm-agents-plugin] c23f5e: Add MSI support when creating custom agents

2018-10-17 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: c23f5e2a717aa755b6c656f470a6645dacb4b39e
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/c23f5e2a717aa755b6c656f470a6645dacb4b39e
  Author: Jie Shen 
  Date:   2018-10-15 (Mon, 15 Oct 2018)

  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/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-enableMSI.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 MSI support when creating custom agents


  Commit: ee6bb849ef21cf796bc07db21f66a879d1530e82
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/ee6bb849ef21cf796bc07db21f66a879d1530e82
  Author: Jie Shen 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

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

  Log Message:
  ---
  Update config name for MSI


  Commit: d3a919ca82a3543b8278ae428d398b3d06375f8e
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d3a919ca82a3543b8278ae428d398b3d06375f8e
  Author: Jie Shen 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  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/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-enableMSI.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 #121 from jenkinsci/support_msi

Add MSI support when creating custom agents


Compare: 
https://github.com/jenkinsci/azure-vm-agents-plugin/compare/776b438b9e2c...d3a919ca82a3
  **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.


[jenkinsci/azure-vm-agents-plugin] c23f5e: Add MSI support when creating custom agents

2018-10-14 Thread GitHub
  Branch: refs/heads/support_msi
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: c23f5e2a717aa755b6c656f470a6645dacb4b39e
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/c23f5e2a717aa755b6c656f470a6645dacb4b39e
  Author: Jie Shen 
  Date:   2018-10-15 (Mon, 15 Oct 2018)

  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/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-enableMSI.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 MSI support when creating custom agents



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