Possible to integrate Google AppEngine and Google Code for continuous integration?(可以集成 Google AppEngine 和 Google Code 以进行持续集成吗?)
问题描述
任何人对如何/是否可以集成 Google 代码提交以导致 Google AppEngine 部署最新代码有任何想法?
Anyone have any thoughts on how/if it is possible to integrate Google Code commits to cause a Google AppEngine deployment of the most recent code?
我有一个简单的 Google AppEngine 项目的源代码托管在 Google 代码上,如果我每次提交 Subversion 时,AppEngine 都会反映最新的提交,我会很高兴.我不介意现场网站是否出现问题,因为该项目主要供个人使用和学习.
I have a simple Google AppEngine project's source hosted on Google Code and would love if everytime I committed to Subversion, that AppEngine would reflect the latest commit. I don't mind if things are broken on the live site since the project is for personal use mainly and for learning.
有人对如何绑定代码存储库的颠覆提交和/或如何启动到 AppEngine 的部署有任何想法吗?理想情况下,该解决方案不需要我的任何手动操作,也不需要我机器上的任何类型的服务器/侦听器软件.
Anyone have any thoughts on how to tie into the subversion commit for the Code repository and/or how to kickoff the deployment to AppEngine? Ideally the solution would not require anything manual from me nor any type of server/listener software on my machine.
推荐答案
Google 代码项目托管现在支持 Post-Commit Web Hooks,在每次提交后 ping 一个项目所有者指定的 URL.这样就无需定期轮询您的 Google 代码存储库.
Google Code Project Hosting now supports Post-Commit Web Hooks, which ping a project-owner-specified URL after every commit. This would eliminate the need to regularly poll your Google Code repository.
这篇关于可以集成 Google AppEngine 和 Google Code 以进行持续集成吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:可以集成 Google AppEngine 和 Google Code 以进行持续集成吗?
基础教程推荐
- 使用生成器和迭代器时 Python 多循环失败 2022-01-01
- 在 Celery 工作人员中捕获 Heroku SIGTERM 以优雅地关 2022-01-01
- 用 Python 编写 Fortran 无格式文件 2022-01-01
- numpy float:比算术运算中内置的慢 10 倍? 2022-01-01
- 由Python将MP3转换为MIDI(类型错误:无法加载插件:mtg-Melodia:Melodia) 2022-01-01
- Discord.py 缺少必需的参数 2022-01-01
- 将 x 轴刻度更改为自定义字符串 2022-01-01
- 尝试制作WhatsApp机器人 2022-01-01
- pyserial - 可以从线程 a 写入串行端口,是否阻塞从线程 b 读取? 2022-01-01
- 与常规 dict 相比,Python manager.dict() 非常慢 2022-01-01
