Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-cloudformation-plugin
  Commit: 30cc28224f4d7d1578ae55700fd14883f7280dd3
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/30cc28224f4d7d1578ae55700fd14883f7280dd3
  Author: Thomas Meire <[email protected]>
  Date:   2015-04-02 (Thu, 02 Apr 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Limit amazon sdk to cloudformation only, bump sdk version to 1.9.27


  Commit: 2c47046fff8a628f21e64151af3af3addd6dd53a
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/2c47046fff8a628f21e64151af3af3addd6dd53a
  Author: Thomas Meire <[email protected]>
  Date:   2015-04-02 (Thu, 02 Apr 2015)

  Changed paths:
    M 
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormation.java

  Log Message:
  -----------
  Sleep and retry when service is throttled during wait for creation


  Commit: 008f4c74e1a51b19246fd684b14bf6e9645293e7
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/008f4c74e1a51b19246fd684b14bf6e9645293e7
  Author: Thomas Meire <[email protected]>
  Date:   2015-04-02 (Thu, 02 Apr 2015)

  Changed paths:
    M 
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormation.java

  Log Message:
  -----------
  Sleep when amazon request is throttled during wait for deletion


  Commit: 97251d3f80e944393ce090b663f9bf81c6a6f14c
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/97251d3f80e944393ce090b663f9bf81c6a6f14c
  Author: Thomas Meire <[email protected]>
  Date:   2015-04-03 (Fri, 03 Apr 2015)

  Changed paths:
    M 
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormation.java

  Log Message:
  -----------
  Move to exponential backoff when retrying to avoid throttling


  Commit: 4edaed555bbddd7c35527c9f292196c8328de773
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/4edaed555bbddd7c35527c9f292196c8328de773
  Author: Thomas Meire <[email protected]>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Force the http library versions to 4.3.4 and 4.3.2 to fix missing class issue


  Commit: bc5a6c470b96cbcf07e5b3596df0c4a4e1ed575e
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/bc5a6c470b96cbcf07e5b3596df0c4a4e1ed575e
  Author: Thomas Meire <[email protected]>
  Date:   2015-05-12 (Tue, 12 May 2015)

  Changed paths:
    M 
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormation.java

  Log Message:
  -----------
  Add some logging to monitor progress in stack creation


  Commit: 73d53047fbd55bbf0b245ec55238bec25809b686
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/73d53047fbd55bbf0b245ec55238bec25809b686
  Author: Thomas Meire <[email protected]>
  Date:   2015-06-09 (Tue, 09 Jun 2015)

  Changed paths:
    M 
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormation.java

  Log Message:
  -----------
  Various improvements to the exponential backoff during stack creation

- Use min function to compute wait time between attempts
- Increase max wait time to 5 minutes
- Move the timeout check to right before the sleep call, allowing the system to 
continue if the stack was created during a sleeping period, but with the 
timeout crossed.


  Commit: e2b936574850a92133ef798ee514b413b8e74dae
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/e2b936574850a92133ef798ee514b413b8e74dae
  Author: Thomas Meire <[email protected]>
  Date:   2015-06-09 (Tue, 09 Jun 2015)

  Changed paths:
    M 
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormation.java

  Log Message:
  -----------
  Incorporate time message into stack status message.


  Commit: b5d89818995593e38d23c75de3eef14f296e20b5
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/b5d89818995593e38d23c75de3eef14f296e20b5
  Author: Erick Dovale <[email protected]>
  Date:   2015-07-31 (Fri, 31 Jul 2015)

  Changed paths:
    M pom.xml
    M 
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormation.java

  Log Message:
  -----------
  Merge pull request #13 from blackskad/exponential-backoff-and-retry

Exponential backoff and retry


Compare: 
https://github.com/jenkinsci/jenkins-cloudformation-plugin/compare/fae07327022c...b5d898189955

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