Useful Links
Computer Science
DevOps and SRE
Jenkins and CI/CD
1. Fundamentals of Continuous Integration and Continuous Delivery
2. DevOps and CI/CD Context
3. Introduction to Jenkins
4. Jenkins Installation and Setup
5. Jenkins User Interface
6. Jenkins Jobs and Projects
7. Jenkins Pipeline Fundamentals
8. Pipeline Development
9. Advanced Pipeline Features
10. Jenkins Agents and Distributed Builds
11. Deployment and Release Management
12. Jenkins Security
13. Jenkins Administration
14. Jenkins Configuration as Code
15. Monitoring and Observability
16. Best Practices and Optimization
Jenkins Pipeline Fundamentals
Pipeline as Code Concepts
Benefits of Pipeline as Code
Version Control Integration
Reproducibility
Collaboration Enhancement
Jenkinsfile Basics
File Location and Naming
Repository Storage
Syntax Overview
Declarative Pipeline Syntax
Pipeline Block Structure
Agent Directive
Stages Block
Steps Block
Post Block
Environment Variables
Options Directive
Tools Directive
When Directive
Scripted Pipeline Syntax
Groovy-Based Approach
Node and Stage Blocks
Flexibility and Control
Use Case Scenarios
Previous
6. Jenkins Jobs and Projects
Go to top
Next
8. Pipeline Development