JetBrains / teamcity-google-agent

TeamCity support for Google cloud build agents
Apache License 2.0
17 stars 9 forks source link

Can't configure profile #19

Closed supersteves closed 6 years ago

supersteves commented 6 years ago

In logs:

java.lang.NullPointerException at com.google.cloud.compute.StorageImageConfiguration$Builder.(StorageImageConfiguration.java:69) at com.google.cloud.compute.StorageImageConfiguration$Builder.(StorageImageConfiguration.java:49) at com.google.cloud.compute.StorageImageConfiguration.fromPb(StorageImageConfiguration.java:202) at com.google.cloud.compute.ImageConfiguration.fromPb(ImageConfiguration.java:188) at com.google.cloud.compute.ImageInfo$BuilderImpl.(ImageInfo.java:172) at com.google.cloud.compute.Image.fromPb(Image.java:212) at com.google.cloud.compute.ComputeImpl$40.apply(ComputeImpl.java:1259) at com.google.cloud.compute.ComputeImpl$40.apply(ComputeImpl.java:1256)

I'm also unable to switch between "use machine config" and "json private key" for an already configured profile.

supersteves commented 6 years ago

duh, I realise this is the same as https://youtrack.jetbrains.com/issue/TW-53938