Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-13924

Very inefficiently deleting CloudFormation stack

      When waiting for the CloudFormation stack to delete, the method is calling DescribeStacks without passing in a StackName. This results in a call that will get all the information about all stacks, not just the one we are waiting for. This adds a lot of time to call. By simply adding the name into the call, we make a much lighter and faster call. This was already done while waiting for the stack to create.

          [JENKINS-13924] Very inefficiently deleting CloudFormation stack

          Damon Evans created issue -
          Damon Evans made changes -
          Attachment New: fixed-jenkins-cloudformation-plugin.patch [ 21929 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 144392 ] New: JNJira + In-Review [ 176140 ]

            edovale edovale
            dazigizad Damon Evans
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: