Git Click to deploy a stopped "deployment source only" across all App Engine projects

Since tonight, Push-to-Deploy has completely stopped working. If I click Git commit on the wizard, it no longer deploys. At first, I thought it was a problem with the App Engine project. I uninstalled Release Pipeline and wanted to recreate it. Now the console displays only instructions for creating the Jenkins pipeline.

See this documentation for information on how to configure Jenkins and configure continuous deployment for your GCP applications.

After that, I manually deployed the application to find out if there are any problems with my source. GoogleAppEngineLauncher deploys the application without any problems. I tried to reproduce this in other AE projects and noticed that all projects do not handle Git in deployment.

The more users experience this?

+8
google-app-engine google-cloud-platform
source share
1 answer

Yes, now you need to use Jenkins using a Google Cloud instance. See the updated documentation at https://cloud.google.com/tools/repo/push-to-deploy

+3
source share

All Articles