Sending Subversion Change Log Info Via Hudson

泄露秘密 提交于 2019-12-03 14:08:13

This annoyed me, too, when I switched from CruiseControl to Hudson. You can do what you need by using the Hudson email-ext plugin - after you install the plugin, you'll see an option "Editable email configuration" at the end of each job configuration page. Click on the help links to see what information you can include in your emails; the ${CHANGES} token is the one you need to shoe the SVN commits that triggered the build.

If the Hudson email-ext plugin is not enough have a look at the two following pages for a patch of the plugin. This patch allows the use of groovy scripts.

http://techkriti.wordpress.com/2008/08/30/using-groovy-with-hudson-to-send-rich-text-email/#postcomment

http://issues.hudson-ci.org/browse/HUDSON-2175

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!