BuildHive

From HandWiki
Revision as of 00:14, 14 June 2021 by imported>Jworkorg (correction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
BuildHive
OwnerCloudBees
Created byKohsuke Kawaguchi[1]
Websitebuildhive.cloudbees.com
Commercialyes
RegistrationGitHub account required
LaunchedMay 17, 2012; 11 years ago (2012-05-17)[1]

BuildHive was a free cloud-hosted continuous integration service for GitHub projects, based on Jenkins.

Features

BuildHive can detect, build and test a number of common project types, such as Apache Maven and Play, without the need for any configuration by the developer. It starts a build and test cycle every time it sees a new commit to a registered GitHub repository.[2]

It will also automatically schedule builds for GitHub pull requests, and leave a pass/fail comment on the pull request, so that project owners can know whether pull requests pass all the tests before merging them, and contributors do not have to wait for all tests to run on their own machine before submitting a pull request.

A number of its features are provided by commercial Jenkins plugins which Cloudbees also makes available to its paying customers.[1] BuildHive does not support private GitHub repositories or complex configurations, but the commercial Cloudbees service is available for those with such requirements.

History

BuildHive was originally started as a Christmas side project by developer Kohsuke Kawaguchi.[1]

See also

  • Travis CI

External links

References