How to update docs, dispatch, cron, queues and datastore index using Google App Engine

Mahdi December 10, 2021

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. 

Screenshot 2021-12-10 182625.png

1 answer

1 accepted

0 votes
Answer accepted
Mahdi December 30, 2021

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. 

 

https://stackoverflow.com/questions/70455803/the-lib-and-classes-folders-are-staged-and-deployed-with-intellij-but-gcloud-com

 

Make sure to read the comments as well. 

Suggest an answer

Log in or Sign up to answer