#3 · Primary category: AI DevOps & SRE Tools

jenkins

cicd continuous-delivery continuous-deployment continuous-integration devops groovy hacktoberfest java jenkins pipelines-as-code

Jenkins automation server

Project last updated:08/29/26

GitHub Stars

26.5K

Forks

9.8K

Contributors

1.2K

License

MIT

Why we included this project

Jenkins has been the standard self-hosted CI/CD server for years, a Java service whose pipelines handle the build, test, and deploy cycle that most software teams still run by hand or with scattered scripts. The same machinery carries over to machine-learning work: teams schedule model retraining and run evaluation and static-analysis checks, then push artifacts from staging to production on commit or on a timer. The plugin ecosystem, well over two thousand plugins, is the real strength, since you can wire in the version-control hosts, container registries, and cloud providers your stack already uses. If you want one orchestration hub your whole engineering org can share rather than a specialist ML-only pipeline tool, Jenkins is a dependable choice that has carried production workloads for years.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category