Hello, Thank you for the information you provided. I was able to find a tutorial on how to use Jenkins with Cloud Run here <https://nazarkhimin.medium.com/deploy-docker-image-to-cloud-run-using-jenkins-c3bb8512b809>. The guide explains how to build docker image in dockerized Jenkins, push image to Google Container Registry and deploy it to Cloud Run.
I believe that Cloud Run would be appropriate for your use case since it can scale down to zero. Look here <https://cloud.google.com/run>. Cloud Run abstracts away all infrastructure management by automatically scaling up and down from zero almost instantaneously—depending on traffic. For your question on Virtual Machine scaling, I was able to find this document <https://cloud.google.com/compute#section-11>. One Compute VM must be turned on to operate. Pricing for Compute Engine is based on per-second usage of the machine types, persistent disks, and other resources that you select for your virtual machines. I hope this helps. On Thursday, December 17, 2020 at 10:54:20 AM UTC-5 [email protected] wrote: > Thanks for your answers. And yes, I want to run Jenkins inside App Engine. > Currently I am running Jenkins inside GCE, but I need that feature what App > Engine gives us, it can scale down to zero and, the engine runs only, when > a request comes. GCE is running in 0-24. And I have to pay 0-24, aren't I? > Or can we scale to zero the GCE? :O > On Thursday, December 17, 2020 at 2:39:24 AM UTC+1 > [email protected] wrote: > >> Hello, >> From what I understand from your question, you want to run Jenkins in App >> Engine. GAE is design for microservice architecture and I really doubt it >> can be used to run Jenkins loads. May I ask what features do you find in >> App Engine appealing to do this? >> I would like to suggest exploring using GCE instance with auto-scaling >> features. You should be able to find tutorials for this. >> >> If your question is related to deploying App Engine instances using >> Jenkins, I have not done it myself but this should be possible. >> >> On Wednesday, December 16, 2020 at 3:32:59 PM UTC-5 Elliott (Cloud >> Platform Support) wrote: >> >>> >>> Hello, >>> >>> Using the information I have available to me from your question, I was >>> able to find a video link <https://youtu.be/ZyiMyLgqoKU> that has a >>> laboratory setting up Jenkins with Google App Engine. >>> >>> I hope this is sufficient for you since I do not have more detail to go >>> on. If you have some more specific questions, please reply. >>> >>> From the link: >>> >>> Google App Engine is a platform as a service offered by Google. It helps >>> in running our application on world class Google infrastructure without >>> worrying too much. So, how do we automate the deployment of applications >>> onto Google App Engine with a continuous Integration and continuous >>> delivery tool like Jenkins. >>> >>> In this video, you will learn about custom plugins, configuring Google >>> service-account-credentials in Jenkins and deploying applications onto >>> Google App Engine securely while also stopping and deleting previous >>> versions along with rolling back the changes in case of test failure. >>> >>> I hope this helps. >>> >>> On Wednesday, December 16, 2020 at 11:01:34 AM UTC-5 >>> [email protected] wrote: >>> >>>> Hello. >>>> I want to run Jenkins on GAE in Standard environment, but I cant find >>>> any tutorial, project, document or anything... >>>> Somebody did that before? >>>> Maybe can you help me where, to start? >>>> Thanks for your reply. :) >>>> >>> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/1c2bae24-00e2-4f35-a88c-88605d1ae089n%40googlegroups.com.
