GoogleCloudPlatform / gradle-appengine-plugin

Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects
Apache License 2.0
236 stars 60 forks source link

appengineRun or appengineFunctionalTest isn't working on Google Compute Engine instance #272

Open peterfortuin opened 7 years ago

peterfortuin commented 7 years ago

I have a Jenkins running in Google Compute Engine. During the build I use appengineFunctionalTest to do the testing. Somehow I can't get this to work. It always hangs during the startup of Jetty. I reproduced the same problem outside of Jenkins with the most minimal project I can think of.