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

Specify boot image size

XMLWordPrintable

      When launching machines... allow for boot image size to be specified via the :

       

      LaunchInstanceDetails.builder()
        .sourceDetails(InstanceSourceViaImageDetails.builder()
          .bootVolumeSizeInGBs(bootSize)
          .imageId(imageId)
          .build())
       
      

       

      api calls.

            sindhusri16 Yarlagadda Sindhu Sri
            mikeycarter Michael Carter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: