Jenkins is the new name for the Hudson project. The community decided to rename the project after Oracle asserted trademark claims to the name Hudson (see hudson for questions related to the previous name).
The software is licensed under the MIT license and has an active development community. Usually every 1 to 2 weeks a new version will be released.
The main Jenkins site links to the project's Google groups, the wiki and the public bug database.
Jenkins has a wide variety of plugins that integrate external tools and source control systems, provide build reports and analytics, and customize build behaviors. The complete list of plugins is available on the Jenkins wiki.
It is common to configure a Jenkins installation to run build slaves on several machines in order to build on different platforms, or to provide load balancing.