Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: c5c558af843dc38ecf64101512752cce0cac512e
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/c5c558af843dc38ecf64101512752cce0cac512e
  Author: Xiangyang Yu <[email protected]>
  Date:   2018-08-07 (Tue, 07 Aug 2018)

  Changed paths:
    M pom.xml
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
    M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMAgentCleanUpTask.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:
  -----------
  Fix the failed integration tests. (#117)

* Fix the IT failuers.

* Reduce the concurrency to avoid the quota limit.

* Fix the failed tests.

* Fix a NPE.


  Commit: 52db79297294624b567760df49b41a3af2fc11cd
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/52db79297294624b567760df49b41a3af2fc11cd
  Author: Xiangyang Yu <[email protected]>
  Date:   2018-08-09 (Thu, 09 Aug 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Increase the concurrency.


  Commit: 40e8074e74a967766845b0af97f5e9e0a91ee2a9
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/40e8074e74a967766845b0af97f5e9e0a91ee2a9
  Author: Jie Shen <[email protected]>
  Date:   2018-08-09 (Thu, 09 Aug 2018)

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

  Log Message:
  -----------
  Fix vm delegate integration test


  Commit: 776b438b9e2cd64d3561a5e40d244bf29c2d8c24
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/776b438b9e2cd64d3561a5e40d244bf29c2d8c24
  Author: Jie Shen <[email protected]>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

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

  Log Message:
  -----------
  Merge pull request #119 from jenkinsci/fix_integration_test

Fix vm delegate integration test


  Commit: c23f5e2a717aa755b6c656f470a6645dacb4b39e
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/c23f5e2a717aa755b6c656f470a6645dacb4b39e
  Author: Jie Shen <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  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


  Commit: 3eb57ea8cde72de2857d9716816625fcc1cc15f9
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/3eb57ea8cde72de2857d9716816625fcc1cc15f9
  Author: Jie Shen <[email protected]>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  Add change log for version 0.7.4


  Commit: e895250cad47dedd6423b2adb7b30f8fc18a0376
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/e895250cad47dedd6423b2adb7b30f8fc18a0376
  Author: Jie Shen <[email protected]>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Add com.nimbusds in maskClasses to avoid linkageError


  Commit: 2954a7406fe0f78341899841cde2763f50b3134f
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/2954a7406fe0f78341899841cde2763f50b3134f
  Author: Jie Shen <[email protected]>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #122 from jenkinsci/classloader_issue

Add com.nimbusds in maskClasses to avoid linkageError


  Commit: d6775d94ae146a17e07f12094939de3fe560e544
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d6775d94ae146a17e07f12094939de3fe560e544
  Author: Jie Shen <[email protected]>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M pom.xml

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


  Commit: 4ed3bd982a6cedc8b1110a52f08cb24570e00d7d
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/4ed3bd982a6cedc8b1110a52f08cb24570e00d7d
  Author: Jie Shen <[email protected]>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release azure-vm-agents-0.7.4


Compare: 
https://github.com/jenkinsci/azure-vm-agents-plugin/compare/0123a8838015...4ed3bd982a6c
      **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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to