[google-appengine] Re: automated deployment

2011-11-18 Thread Diego Fejgelis
Never used Jenkins, but you need to specify the --passin parameter to the 
appcfg.

Example of my alias:
alias gae_upload='appcfg.py --passin -e m...@mydomain.com 
update ${PROJ_FOLDER}  ${PASS_FILE}'

The con is that you need to have your password on a plain file. :(

Diego

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/l8A1qfPnAx0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: automated deployment

2011-11-18 Thread Ron
it is working for us again with no changes

and when it was happening, we did checks, and it was only happening
from that deployment machine, so it's IP was blacklisted for some
reason

but no one has said anything about automatic deployments from a single
machine is not allowed


On Nov 18, 12:37 pm, Diego Fejgelis diego...@gmail.com wrote:
 Never used Jenkins, but you need to specify the --passin parameter to the
 appcfg.

 Example of my alias:
 alias gae_upload='appcfg.py --passin -e m...@mydomain.com
 update ${PROJ_FOLDER}  ${PASS_FILE}'

 The con is that you need to have your password on a plain file. :(

 Diego

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: automated deployment

2011-11-18 Thread Fábio Uechi
We've been doing automated deployments for months now without problems.
We use an expect script for that.
I posted about it here:

http://fabiouechi.blogspot.com/2011/10/automating-gaes-application-deployment.html

Might come in handy

cheers
Fábio

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/ZLxNshAKTF0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.