Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试自动化我的项目的“夜间”构建。我想获取 git repo 的头部并使用 ant 构建脚本进行编译,然后打包成 zip 和 tar.gz,然后推送到网站上的目录(ftp、scp 或 sFtp 都是文件选项)。我想我需要像 Altassian 的 Bamboo 这样的东西,但这对我目前的爱好项目来说太贵了。我是否走在正确的轨道上并且需要继续寻找类似的东西,有没有更好的方法 - 有什么想法吗?
谢谢。
有免费的开源替代品。例如,您可以使用jenkins来执行此操作
试试哈德逊
许多项目都使用它。