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.
我在 GGTS 上有我的 Grails 项目。
我怎样才能最好地在定期基础上包含 WAR 的自动(比如每周构建)构建。有插件吗?
像Jenkins这样的 CI 工具是你最好的选择,你可以设置一个工作来尽可能频繁地构建,你甚至可以让 jenkins 为你存储战争。使用插件。
您可以使用jenkins自动执行此过程。以下是来自 stackoverflow 的一些链接,可能会对您有所帮助: 如何在 Jenkins 中安排作业?/ 如何在 Jenkins 中构建时间表?.