Master Slave Configuration in Jenkins

Dear Readers, In this article, we will see the following Master Slave Configuration in Jenkins. Steps to Follow : Master Server:👉Launch Master Server👉Install Jenkins Slave Server:👉Launch Slave Server👉Create SSH Password Authentication 👉Install java👉Generate SSH Key👉Move the Public SSH Key to Authorized keys👉Give Permission to the Authorized keys… Read More

GIT INTERVIEW QUESTIONS (PART-2)

Dear Readers, In this article, we will discuss GIT INTERVIEW QUESTIONS.(Part-2) Please check part-1 GIT INTERVIEW QUESTIONS (PART-1) 1. What are different state of git for commiting the code in remote repository Ans:  a. modified(local modification) b. stagged(adding the local code to stagging area,command:git add .)… Read More

Troubleshooting a Bug In Maven Project

Dear Readers, In this article, we will see the Troubleshooting a Bug In Maven Project. Steps to Follow Create a Maven Project. Create a bug. Build job “kt-mavenjob. Verify Console Output of job “kt-mavenjob. Troubleshoot Maven Project. Buid job “kt-mavenjob”. Verify console output of job… Read More

Maven Project – Clone GitHub Repository

Dear Readers, In this article,we will see Clone GitHub Repository in windows. Steps to Follow Fork Repository “time-tracker” to your account. Clone Repository “time tracker”. Run maven package “mvn clean package” inside the Repository “time-tracker”. 1. Fork Repository “time-tracker” to your account First,we need to… Read More

How to Create Job From Existing Job

In this article,we will see How to Create Job From Existing Job. Steps to Follow Logging to Jenkins. Create a Item/Job in Jenkins. Build job “kt-thirdjob”. Verify console output of job “kt-thirdjob”. Verify job “kt-thirdjob” in backend (Jenkins software location). Verify job “kt-thirdjob” in workspace.… Read More