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.
有一个Hudson version 2.2.1基于颠覆的设置和运行构建。我现在想自动化构建过程,如果用户提交到 svn,构建会自动发生,如果构建失败,则发送电子邮件 ID。但它需要编辑post commit钩子。有没有其他方法可以在不使用的情况下实现相同的目标svn hooks?
Hudson version 2.2.1
post commit
svn hooks
-山姆
如果没有 post commit 钩子,唯一可以通知 hudson 更改的方法是通过轮询 svn 服务器。
Subversion 插件支持设置轮询时间表(cron 格式 - 例如:每分钟)。