[google-appengine] Re: Deployment fails with error

2021-03-31 Thread duynhan bui
I will try to run again without --version flag. Thank and regards, Nhan On Wednesday, March 31, 2021 at 7:40:58 PM UTC+9 nibrass wrote: > Hello, > > After checking your Script and the error, I can see that the version is > not being taken correctly. I think when you are specifying the version,

[google-appengine] Re: Deployment fails with error

2021-03-31 Thread duynhan bui
HI Nibrass, I think the version is correct because when jenkins runs, the version will be generated according to the date and time. You can see in the previous emails I attached + gcloud app deploy build/gcloud_staging.yaml --project=project-id --quiet --version=2021121112 --verbosity=debug DEB

[google-appengine] Re: Deployment fails with error

2021-03-31 Thread 'nibrass' via Google App Engine
Hello, After checking your Script and the error, I can see that the version is not being taken correctly. I think when you are specifying the version, it is not formatting it correctly. Could you please try to run the script without the --version flag? Looking forward to your reply. Best Rega

[google-appengine] Re: Deployment fails with error

2021-03-23 Thread duynhan bui
Hi nibrass, Thank you for answering. I send to you some informations you asked > Please provide how are you deploying you app to App Engine from Jenkins? I create a project in jenkins that connects to my company's enterprise github, and run the pipeline script below [1]. all run until the gcloud

[google-appengine] Re: Deployment fails with error

2021-03-19 Thread 'nibrass' via Google App Engine
Hello, Google App engine is not supported by Jenkins as is mentioned in this [Official Documentation](https://cloud.google.com/jenkins), but you can use [Cloud Build](https://cloud.google.com/source-repositories/docs/quickstart-triggering-builds-with-source-repositories) to create a CI/CD pi

[google-appengine] Re: Deployment fails with error

2021-03-15 Thread duynhan bui
Hi nibrass, Thank you for answering. I tried to update Cloud SDK but it doesn't work because i am using google/cloud-sdk docker image in jenkins. It seems that when loading the config from gs: //runtime-builders/experiments.yaml, the conversion of the port from string to number failed [2]. But

[google-appengine] Re: Deployment fails with error

2021-03-10 Thread duynhan bui
@jstsetinin, sorry for late response. i have checked gcloud sdk version i am using + gcloud version Google Cloud SDK 324.0.0 alpha 2021.01.19 app-engine-go 1.9.71 app-engine-java 1.9.84 app-engine-python 1.9.91 app-engine-python-extras 1.9.91 i also added verbosity=debug [2] flag. This is what I

[google-appengine] Re: Deployment fails with error

2021-02-08 Thread 'jstsetinin' via Google App Engine
Hello, What Cloud SDK version are you using? The latest version is 326 [1]. Also you can add verbosity=debug [2] flag to get more debug information about the error, share the output with us if possible. [1] https://cloud.google.com/sdk/docs/release-notes [2] https://cloud.google.com/sdk/gclou

[google-appengine] Re: Deployment fails with Error Response: [5]

2021-02-05 Thread 'yananc' via Google App Engine
Hello, It is likely that you were being affected by a known issue. Our Engineering team has fixed the issue by now. Please kindly let us know if it still persists. Thank you! On Thursday, February 4, 2021 at 7:28:22 AM UTC-5 prashant wrote: > Hello Team, > > Since this morning, our app depl