Charles Nutter of JRuby fame had this tweet yesterday:
Jenkins Git Server Plugin
Jenkins Git Server plugin is a so-called “library plugin”, which doesn’t offer any user-visible feature by itself, but instead enables other plugins to do something easily inside Jenkins. In case...
Push changes directly into BuildHive, and never run tests again!
On top of pull requests auto-build, BuildHive now allows you to push changes directly in via ssh. I call this feature “validated merge”.
Polling must die: triggering Jenkins builds from a git hook
As I keep saying, polling a repository from Jenkins is inefficient; it adds delay on the order of minutes before a build starts after a commit is pushed, and it...