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

A CloudProvisioningListener can prevent provisioning of all clouds instead of just the targeted cloud

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core

      This is a regression introduced in 92a113c152fcd2cb3adc21b1d8b38aa522b802b4

      The CloudProvisioningListener.canProvision(Cloud,Label,int) method is supposed to

      Allow extensions to prevent a cloud from provisioning.

      However the current implementation will prevent all subsequent clouds from provisioning also as the break CLOUD; should actually have been continue CLOUD;

          [JENKINS-31219] A CloudProvisioningListener can prevent provisioning of all clouds instead of just the targeted cloud

          Stephen Connolly created issue -
          Stephen Connolly made changes -
          Summary Original: A CloudProvisioningListener can prevent provisioning of all clouds New: A CloudProvisioningListener can prevent provisioning of all clouds instead of just the targeted cloud
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Stephen Connolly made changes -
          Labels New: lts-candidate
          Oliver Gondža made changes -
          Labels Original: lts-candidate New: 1.642.2-fixed
          Stephen Connolly made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 166447 ] New: JNJira + In-Review [ 209372 ]

            stephenconnolly Stephen Connolly
            stephenconnolly Stephen Connolly
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: