Hudson is the predecessor of Jenkins and is a continuous integration tool based on Java development for monitoring the repetitive work of the program, including: 1. Continuous software release/test project. 2. Monitor the work performed by external calls. Hudson features 1, easy to install-as long as the Hudson.war is deployed to the servlet container, no database support is required. 2. Easy to configure-all configurations are implemented through the Web interface they provide. 3, integrated rss/e-mail/im-through the RSS release build results or when the build fails by e-mail real-time notification. 4, Generate junit/testng test report. 5. Distributed build support-hudson enables multiple computers to build/test together. 6. File recognition-Hudson can track which jars are built, which builds use which versions of Jars, etc. 7, plug-in support-hudson can be extended through plug-ins, you can develop suitable for their team to use tools.
HUDSON (a continuous integration tool for Java development)