Branch: refs/heads/retry_sshd
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: 35817f7d8d396a6b6545dd0f1b0130f52daf6348
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/35817f7d8d396a6b6545dd0f1b0130f52daf6348
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-03-19 (Tue, 19 Mar 2019)

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

  Log Message:
  -----------
  Add IMDS credentials


  Commit: 896804c11d6f888db72f944d1663e2f175afa6f5
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/896804c11d6f888db72f944d1663e2f175afa6f5
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-03-19 (Tue, 19 Mar 2019)

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

  Log Message:
  -----------
  Merge pull request #139 from jenkinsci/msi-rebanding

Add IMDS credentials


  Commit: 453518186a4c704227b2fe652b030d7484fe8816
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/453518186a4c704227b2fe652b030d7484fe8816
  Author: Tim Jacomb <t.jac...@kainos.com>
  Date:   2019-04-12 (Fri, 12 Apr 2019)

  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/remote/AzureVMAgentSSHLauncher.java
    M src/main/java/com/microsoft/azure/vmagent/util/Constants.java
    M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMAgentCleanUpTask.java
    M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java

  Log Message:
  -----------
  Bump baseline (#140)

* Bump baseline

Initial work on configuration as code support

* Fix more enforcer rules

* Fix spotbugs issues small nearby cleanups as well

* Update message


  Commit: d42b09b1af62c715d9fbc0f4e0de76e55cc116a2
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d42b09b1af62c715d9fbc0f4e0de76e55cc116a2
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-04-19 (Fri, 19 Apr 2019)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/util/TemplateUtil.java

  Log Message:
  -----------
  Fix typo in template comparing


  Commit: 82829b83854244c8e203e67fff7689056a8fd515
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/82829b83854244c8e203e67fff7689056a8fd515
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-04-19 (Fri, 19 Apr 2019)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/util/TemplateUtil.java

  Log Message:
  -----------
  Merge pull request #143 from jenkinsci/check_template

Fix typo in template comparing


  Commit: f899e3c4d79c8dd1041b0db81ac48188cf30ea03
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/f899e3c4d79c8dd1041b0db81ac48188cf30ea03
  Author: Tim Jacomb <timjacomb1+git...@gmail.com>
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
    M .gitattributes
    M .gitignore
    M README.md
    M pom.xml
    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/AzureVMManagementServiceDelegate.java
    M src/main/java/com/microsoft/azure/vmagent/ImageReferenceType.java
    M src/main/java/com/microsoft/azure/vmagent/ProvisionStrategy.java
    M 
src/main/java/com/microsoft/azure/vmagent/builders/AzureVMCloudBuilder.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/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
    A 
src/test/java/com/microsoft/azure/vmagent/test/datamigration/AzureVMAgentTemplateReadResolveTest.java
    A 
src/test/java/com/microsoft/azure/vmagent/test/jcasc/AdvancedConfigAsCodeTest.java
    A 
src/test/java/com/microsoft/azure/vmagent/test/jcasc/BasicConfigAsCodeTest.java
    A 
src/test/resources/com/microsoft/azure/vmagent/test/datamigration/AzureVMAgentTemplateReadResolveTest/config.xml
    A src/test/resources/com/microsoft/azure/vmagent/test/jcasc/advanced.yaml
    A src/test/resources/com/microsoft/azure/vmagent/test/jcasc/basic.yaml
    A 
src/test/resources/com/microsoft/azure/vmagent/test/jcasc/expectedAdvanced.yaml
    A 
src/test/resources/com/microsoft/azure/vmagent/test/jcasc/expectedBasic.yaml

  Log Message:
  -----------
  JENKINS-54159 Configuration as code support (#144)

* WIP jcasc support

* Cleanup getters

* Export works

* Fixes

* Progress

* Workaround not being able to find a descriptor

* Fix checkstyle

* Update readme

* Add export test

* Drop is prefix

* Drop imageReference prefix

* Fixing up availability set

* Add advanced test

* Restore tests

* Update config.jelly

* Small fixes on integration test

* Fix reference type

* Fixes

* Debug

* Fix typo

* Fix typo

* More test fixes

* Remove debug

* Add comment

* Fix jelly retrieval

* Fix jelly validation

* Maintain compatibility

* Add (failing) test

* Fix spotbugs

* Fix compatibility

* Fix checkstyle

* Ensure that type is set

* Add class filter debug

* Don't override parent pom version of plugins

* Rerun CI

* Set git attributes

* Remove TODO

* Restore groovy docs

* Tweak wording

* README new line

* README formatting

* Remove unneeded plugin definitions

* Fix potential NPE

* Reorder read resolve

* Rename variables

* Undo unneeded change (i think)

* Fix missed jelly update


  Commit: d83f4153627fc6f64c166217bac59e27876ee984
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d83f4153627fc6f64c166217bac59e27876ee984
  Author: Tim Jacomb <timjacomb1+git...@gmail.com>
  Date:   2019-05-14 (Tue, 14 May 2019)

  Changed paths:
    A .mvn/extensions.xml
    A .mvn/maven.config
    M pom.xml

  Log Message:
  -----------
  Incrementalified. (#147)


  Commit: 9a06db74e518c46ed4b45967372549f58ba1d15f
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/9a06db74e518c46ed4b45967372549f58ba1d15f
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-17 (Fri, 17 May 2019)

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

  Log Message:
  -----------
  Fix possible NPE (#148)


  Commit: 84cd48cf1d0042cf749bc29d2d6b77346975c55e
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/84cd48cf1d0042cf749bc29d2d6b77346975c55e
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-17 (Fri, 17 May 2019)

  Changed paths:
    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/AzureVMAgentTemplate.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMCloudVerificationTask.java
    M 
src/test/resources/com/microsoft/azure/vmagent/test/datamigration/AzureVMAgentTemplateReadResolveTest/config.xml

  Log Message:
  -----------
  Bump jenkins baseline as 2.60.3 (#150)


  Commit: bc156841ae2d38b7d2612d164b72922b0f18a9b0
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/bc156841ae2d38b7d2612d164b72922b0f18a9b0
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-17 (Fri, 17 May 2019)

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

  Log Message:
  -----------
  Add tag for resoureces created by this plugin (#151)

* Add tag for resoureces created by this plugin

* Add more tags to resources


  Commit: 49bb336f60b011603e5f72383d786569365a1c16
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/49bb336f60b011603e5f72383d786569365a1c16
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-21 (Tue, 21 May 2019)

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

  Log Message:
  -----------
  Fix broken IT (#152)


  Commit: ff15b76f0773076d00665b4e59a08b3bddd7d2bb
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/ff15b76f0773076d00665b4e59a08b3bddd7d2bb
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  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/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java
    M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java

  Log Message:
  -----------
  Prevent creating again for existing resource group (#149)

* Prevent creating again for existing resource group

* Fix it


  Commit: f4f047142246af1c32d377cbab86767b10e700bc
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/f4f047142246af1c32d377cbab86767b10e700bc
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update pom dependecy versions


  Commit: 6f444f8d50a7dd90d2b12aea3462ce28674c7301
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/6f444f8d50a7dd90d2b12aea3462ce28674c7301
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M CHANGELOG.md

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


  Commit: b78bf9545ced09772c1e0066f1a6be9b58f6b65c
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/b78bf9545ced09772c1e0066f1a6be9b58f6b65c
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M pom.xml

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


  Commit: c235fada75d7ffec81795754bd53a03f81ed6fd0
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/c235fada75d7ffec81795754bd53a03f81ed6fd0
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 5ce6ed6e5ef5e11ee3526f7a2681972bc376521d
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/5ce6ed6e5ef5e11ee3526f7a2681972bc376521d
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

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

  Log Message:
  -----------
  Fix readresolve null check issue (#153)


  Commit: 9cd9c32a2829a81e8e54e877f30a99f104efbf99
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/9cd9c32a2829a81e8e54e877f30a99f104efbf99
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  Add changelog for version 1.0.1


  Commit: ce4f40cfa70cf419305a23174f5d6c9973929d58
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/ce4f40cfa70cf419305a23174f5d6c9973929d58
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M pom.xml

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


  Commit: 5d08cce25ab94b91e28273a9ffa9cb5247eac7c4
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/5d08cce25ab94b91e28273a9ffa9cb5247eac7c4
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 267d4612a7926dcbdee72f9d4f76eda953a65eff
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/267d4612a7926dcbdee72f9d4f76eda953a65eff
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-23 (Thu, 23 May 2019)

  Changed paths:
    M 
src/main/java/com/microsoft/azure/vmagent/remote/AzureVMAgentSSHLauncher.java

  Log Message:
  -----------
  Add retry for restart sshd


  Commit: 8b38f6e2e139e9b74fca0e217251c1b2557a4bb2
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/8b38f6e2e139e9b74fca0e217251c1b2557a4bb2
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-23 (Thu, 23 May 2019)

  Changed paths:

  Log Message:
  -----------
  Merge branch 'retry_sshd' of github.com:jenkinsci/azure-vm-agents-plugin into 
retry_sshd


Compare: 
https://github.com/jenkinsci/azure-vm-agents-plugin/compare/446b84e78117...8b38f6e2e139

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/azure-vm-agents-plugin/push/refs/heads/retry_sshd/446b84-8b38f6%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to