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

Google always assign Public IP

XMLWordPrintable

      GoogleComputeEngineTemplateOptions.assignExternalIp defualt is true.
      Disable "Assign Public IP" in the UI does not remove the option

      My suggestion add to the code in JCloudsSlaveTemplate.java line 544

      options.as(GoogleComputeEngineTemplateOptions.class).assignExternalIp(assignPublicIp);

      if (options instanceof GoogleComputeEngineTemplateOptions) {
      {{ // Always use our own credentials and let creation fail}}
      {{ // if no keys are provided.}}
      {{ options.as(GoogleComputeEngineTemplateOptions.class).autoCreateKeyPair(false);}}
      {{ options.as(GoogleComputeEngineTemplateOptions.class).preemptible(isPreemptible);}}
      {{ options.as(GoogleComputeEngineTemplateOptions.class).assignExternalIp(assignPublicIp);}}
      }

       

            felfert Fritz Elfert
            jonathane Jonathan E
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: