I am using Bitbucket pipeline (Spring boot app with AppEngine-web.xml); I was able to successfully deploy the app, but it creates some issues that it does not "update docs, dispatch, cron, queues and datastore index using Google App Engine"
Anytime I deploy to GAE, I use this option in my IntelliJ code (shown in the following picture). There are no variable options in bitbucket CICD to do the task. Any idea?
-Note: I checked the version size on GCP console and it was 5kb, I am not sure why bitbucket does not deploy all the files and classes. My previous version app size which works fine is about 80MB.
gcloud solution does not work for GAE java 8 projects; you need to use Maven solution instead and for the pipeline, you gotta use maven and docker images solutions.
Make sure to read the comments as well.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.