Jenkins Interview Questions
Let's come to the essential part of Jenkins. The interview questions. In this blog, I will discuss Jenkins's Interview questions.

Search for a command to run...
Articles tagged with #jenkins
Let's come to the essential part of Jenkins. The interview questions. In this blog, I will discuss Jenkins's Interview questions.

I have deployed a Node JS application on the agent node by triggering the build job on the Master node.

In this blog, I will integrate Docker with Jenkins and deploy an application. A quick recap of a few things: Learn how to use docker build and docker run. An example of how to use docker-compose up & down. An example of how to write a declarative Jen...

In this blog, I will discuss the Jenkins Pipeline and the types of pipelines: Declarative and Scripted Pipelines. Also, as a starter, I will create an example Pipeline Job. Let's start! Jenkins Pipeline According to the official documentation of Jenk...

Continuously Integrate and Deploy a NodeJS Application using Jenkins

In the previous blog, I explained what CI/CD is. Here's the link to my blog: CI/CD. If you haven't already installed Jenkins on your server, here are the steps to Install Jenkins on your system. What is a Build Job? A build job in Jenkins is a repeat...
