Posts

Showing posts from November, 2023

DevOps with Jenkins

Image
Jenkins is an open-source automation server commonly used for building, testing, and deploying software. It facilitates continuous integration and continuous delivery (CI/CD) by automating the repetitive tasks involved in the software development process. Jenkins supports the automation of building, testing, and deploying code changes, making it easier for development teams to collaborate and release software more efficiently. The official website for Jenkins is https://jenkins-ci.org/ . Click the given link to download the Jenkins WAR file. Click on the Long-Term Support Release tab in the download section for the latest Jenkins release. System Requirements Jenkins Installation Installation and configuration on a Windows Server: 1.   Open the command prompt. From the command prompt, browse to the directory where the jenkins.war file is present and run the following command, D:\>Java –jar Jenkins.war 2. After the command is run, various tasks will run, one of which is the extractio