Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-cloudformation-plugin
  Commit: 0df088b3d0133229c15a2f537c46c8b1bdde4226
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/0df088b3d0133229c15a2f537c46c8b1bdde4226
  Author: Will Soula <[email protected]>
  Date:   2015-11-03 (Tue, 03 Nov 2015)

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

  Log Message:
  -----------
  Fix plugin to be able to update an existing stack

The 'stack' variable was initialized within the try block so when
it was used to determine if the stack existed or not the variable
was out of scope so it always returned 'null'.  I initialized the
variable outside the try block so when it is checked to be null
it will have a value if the stack exists.


  Commit: e9a5931eb6e7ac9001c643788c878f6567753a8b
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/e9a5931eb6e7ac9001c643788c878f6567753a8b
  Author: Will Soula <[email protected]>
  Date:   2015-11-19 (Thu, 19 Nov 2015)

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

  Log Message:
  -----------
  stack does not need to be initialized, just removing the redefinition works


  Commit: ed66e309dbe2452bae6cb599cc6b7da2d80277c3
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/ed66e309dbe2452bae6cb599cc6b7da2d80277c3
  Author: Will Soula <[email protected]>
  Date:   2015-11-20 (Fri, 20 Nov 2015)

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

  Log Message:
  -----------
  Allow UPDATE_COMPLETE_CLEANUP_IN_PROGRESS status to mean the stack is still 
running


  Commit: f90831def3b7ced1020237c0c609471abaf3458a
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/f90831def3b7ced1020237c0c609471abaf3458a
  Author: Will Soula <[email protected]>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

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

  Log Message:
  -----------
  Make Stack a method-scoped variable

To clean up the confusion around the code, removing the instance
variable will hopefully prevent future issues


  Commit: eeb2c14cab5a7ff882a9737c8ed6d1a1a31558e9
      
https://github.com/jenkinsci/jenkins-cloudformation-plugin/commit/eeb2c14cab5a7ff882a9737c8ed6d1a1a31558e9
  Author: Nathan A. Good <[email protected]>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

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

  Log Message:
  -----------
  Merge pull request #18 from wsoula/fix-update

JENKINS-30819: Fix plugin to be able to update an existing stack


Compare: 
https://github.com/jenkinsci/jenkins-cloudformation-plugin/compare/f6466a488b9d...eeb2c14cab5a

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