How to hook PMD + Clover in Hudson build using maven?

廉价感情. 提交于 2019-12-07 11:35:28

stop developers from checking-in their code into ClearCase in-case of any coding standard violations

That means locking.
Either locking the UCM stream (if you are using ClearCase UCM) or locking the branch which is monitored by your Hudson.
See cleartool lock.

The idea is to prevent anyone to checkout/checking (except the account used by the Hudson if it needs to modify any file)


On the "failed build" part, a plugin like Conditional BuildStep Plugin might help (a Jenkins one, but it could be ported for Hudson too)

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