DevOps Project 01
Day 80 and 81 — DevOps Project 01 Hands-on

Search for a command to run...
Articles tagged with #jenkins
Day 80 and 81 — DevOps Project 01 Hands-on

Jenkins Interview Here are some Jenkins-specific questions related to Jenkins that one can use during a DevOps Engineer interview: Questions What's the Difference between CI, CD, and Continuous Deployment? Continuous Integration (CI): This practice...

Day 28 Task: Jenkins Agents Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. Jenkins master server is like a control server that orchestrates all the workflow defined in the pipelines. For example, scheduling a jo...

Day 26 was all about a Declarative pipeline, now its time to level up things, let's integrate Docker and your Jenkins declarative pipeline Use your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t <tag>' in your pipelin...

One of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins Some terms for your Knowledge What is Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarati...

Task-01: Setting Up CI/CD with Jenkins and GitHub Webhooks: A Comprehensive Guide Document the process from cloning the repository to adding webhooks, and Deployment, etc. as a README , go through this example A well written readme file will help o...