Skip to main content

Menu

HomeAboutTopicsPricingMy Vault

Categories

🤖 Artificial Intelligence
☁️ Cloud and Infrastructure
💾 Data and Databases
💼 Professional Skills
🎯 Programming and Development
🔒 Security and Networking
📚 Specialized Topics
Home
About
Topics
Pricing
My Vault
© 2026 CheatGrid™. All rights reserved.
Privacy PolicyTerms of UseAboutContact

Jenkins Cheat Sheet

Jenkins Cheat Sheet

Tables
Back to DevOps

Jenkins is an open-source automation server that orchestrates continuous integration and continuous delivery (CI/CD) workflows through pipelines defined as code. Originally forked from Hudson in 2011, Jenkins powers CI/CD pipelines across millions of projects worldwide by executing builds, running tests, and deploying applications through a distributed architecture of controllers (formerly masters) and agents (formerly slaves). Its plugin ecosystem with 2000+ plugins, combined with Pipeline-as-Code via Jenkinsfiles stored in source control, enables teams to automate every stage from commit to production while maintaining full version control and auditability of their delivery processes.

Share this article