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/77fe6c58-5a39-4b29-91cd-8aefa285659fn%40googlegroups.com.
