Closed fatmcgav closed 3 years ago
I recorded another gif of this one in action:
So whilst testing this a bit more, we spotted an issue with launching instances based on images in the same project, so fixed that in 4b4bdde
(#44)
@dimyriy This one is ready for a review now aswell :)
Thank you very much for your contribution!
Thanks for merging @dimyriy .
Is it possible to get a new release of this plugin that incorporates the recent changes?
Thanks for merging @dimyriy .
Is it possible to get a new release of this plugin that incorporates the recent changes?
Sure, https://teamcity.jetbrains.com/buildConfiguration/TeamCityGoogleCloudAgent_Build/3225600
Thanks for merging @dimyriy . Is it possible to get a new release of this plugin that incorporates the recent changes?
Sure, teamcity.jetbrains.com/buildConfiguration/TeamCityGoogleCloudAgent_Build/3225600
Great, thanks for that.
Should the version bump and tags happen in due course?
Here you go, it's the 0.8.0 version. Thank you again for contributing to the TeamCity!
Awesome, thanks @dimyriy
I suspect there'll be a couple more features coming soon... 😎
Add support for launching agents using images from a different project.
This can be useful if images are in a different project to that which the agents are being launched in.
Set a 500ms timeout on the
Source Project
input to ensure that not refreshing images on every key press.Closes #41
N.B: This builds on #42, so will need to merge that one first. The relevant commit that adds this functionality is
db5c8e6
(#44)