Apr 20, 2020
Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Apr 20, 2020
Apr 17, 2019
Nov 16, 2019
In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project. | Pants is a build system for Java, Scala and Python. It works particularly well for a source code repository that contains many distinct projects. |
Easy installation;Easy configuration;Change set support;Permanent links;RSS/E-mail/IM Integration;After-the-fact tagging;JUnit/TestNG test reporting;Distributed builds;File fingerprinting;Plugin Support | Builds Java, Scala, and Python.;Adding support for new languages is straightforward.;Supports code generation: thrift, protocol buffers, custom code generators.;Resolves external JVM and Python dependencies.;Runs tests.;Spawns Python and Scala REPLs with appropriate load paths.;Creates deployable packages.;Scales to large repos with many interdependent modules.;Designed for incremental builds.;Support for local and distributed caching.;Especially fast for Scala builds, compared to alternatives.;Builds standalone python executables (PEX files);Has a plugin system to add custom features and override stock behavior.;Runs on Linux and Mac OS X. |
Statistics | |
GitHub Stars 24.6K | GitHub Stars 3.7K |
GitHub Forks 9.2K | GitHub Forks 674 |
Stacks 59.2K | Stacks 23 |
Followers 50.4K | Followers 86 |
Votes 2.2K | Votes 30 |
Pros & Cons | |
Pros
Cons
| Pros
|

Free for open source projects, our CI environment provides multiple runtimes (e.g. Node.js or PHP versions), data stores and so on. Because of this, hosting your project on travis-ci.com means you can effortlessly test your library or applications against multiple runtimes and data stores without even having all of them installed locally.
Codeship runs your automated tests and configured deployment when you push to your repository. It takes care of managing and scaling the infrastructure so that you are able to test and release more frequently and get faster feedback for building the product your users need.

Continuous integration and delivery platform helps software teams rapidly release code with confidence by automating the build, test, and deploy process. Offers a modern software development platform that lets teams ramp.

Maven allows a project to build using its project object model (POM) and a set of plugins that are shared by all projects using Maven, providing a uniform build system. Once you familiarize yourself with how one Maven project builds you automatically know how all Maven projects build saving you immense amounts of time when trying to navigate many projects.

TeamCity is a user-friendly continuous integration (CI) server for professional developers, build engineers, and DevOps. It is trivial to setup and absolutely free for small teams and open source projects.

Drone is a hosted continuous integration service. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code. Drone integrates seamlessly with Github, Bitbucket and Google Code as well as third party services such as Heroku, Dotcloud, Google AppEngine and more.

Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites.

Wercker is a CI/CD developer automation platform designed for Microservices & Container Architecture.

GoCD is an open source continuous delivery server created by ThoughtWorks. GoCD offers business a first-class build and deployment engine for complete control and visibility.

Bazel is a build tool that builds code quickly and reliably. It is used to build the majority of Google's software, and thus it has been designed to handle build problems present in Google's development environment.