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.
我有一个托管在 SourceForge (SVN) 中的 Java 应用程序基本上我正在寻找一个基于此生成夜间构建的工具:
应用新提交时,该工具将自动生成新的构建
我确实搜索了一些工具,但我没有找到我要找的东西
我猜你正在寻找的东西基本上叫做持续集成服务器。一个例子是詹金斯。我更喜欢使用 TeamCity,但 Jenkins 更受欢迎。