This is an integration issue:
I would like to run Jenkins in the Google Compute Engine. I can do this, but I’ll quickly cut my budget if I have an 8-core virtual machine running anytime. As a solution, I think that I can leave a micro-instance with a low amount of memory and work as a jenkins wizard that works anytime. It seems that I should be able to configure github to start the jenkins slave (with 8 cores) whenever the click is executed. How to connect github post-commit hooks to Google Compute Engine for this? The full answer is likely to require too much, but even pointing to the appropriate documentation will be helpful.
Alternatively, how would you solve my problem?
github jenkins google-compute-engine
ragerdl
source share