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.

          [JENKINS-72795] Specify boot image size

          Michael Carter created issue -
          Michael Carter made changes -
          Description Original: When launching machines... allow for boot image size to be specified via the :

           
          {color:#000000}LaunchInstanceDetails{color}

          {color:#000000} .{color}{color:#000000}builder{color}{color:#000000}(){color}
          {color:#000000} .sourceDetails(InstanceSourceViaImageDetails.{color}{color:#000000}builder{color}{color:#000000}(){color}

          {color:#000000} .bootVolumeSizeInGBs({color}{color:#6a3e3e}bootSize{color}{color:#000000}){color}

          {color:#000000} .imageId({color}{color:#6a3e3e}imageId{color}{color:#000000}){color}

          {color:#000000} .build()){color}

           

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

           
          {code:java}
          LaunchInstanceDetails.builder()
            .sourceDetails(InstanceSourceViaImageDetails.builder()
              .bootVolumeSizeInGBs(bootSize)
              .imageId(imageId)
              .build())
           
          {code}
           

          api calls.

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

              Created:
              Updated: