© 2023 Hashnode
#jenkins
Architecture: To Obtain the above specified HA Jenkins with EFS, We need to go with following steps: Create JENKINS_AMI for Auto-scaling group Create the Jenkins servers Launch Configuration Create an Auto-Scaling Group Attach a LoadBa…
Jenkins isn't new. Since the day you joined the tech, you must have at least heard the word Jenkins if not then have patience and just get started with this article and by the end of this you will be …
In this article, we will be creating an automated CI/CD pipeline for your Java project using Jenkins, Docker, and AWS. With this pipeline, your project will be automatically built, tested, and deploye…
DevOps is a philosophy that emphasizes collaboration, communication, and integration between development and operations teams to deliver high-quality software products quickly and efficiently. In this blog, we'll explore how to get started …
Taking up the #90DaysOfDevops challenge in a journey towards learning different tools and methodologies of #Devops. Marking the #Day1 of this Challenge ☑ What is Devops? ➡ The term Devops is a combina…
Jenkins: An Introduction In the world of software development, automation has become a vital component in order to ensure that code is built, tested, and deployed in a timely and efficient manner. Jen…
Introduction to DevOps First Thing That Comes to Our Mind That What is DevOps?😃 So Let's Start The Journey To Learn Devops🚀 The term DevOps combines two words i.e Development and operations. DevOps …
You're on a team developing an algorithm that calculates the value of the pie. The code for the project is being stored in a GitHub repository. The team wants to test the latest changes to the algorithm with every push to the repo. They als…
Scenario: you're on a development team using Jenkins to test and deploy a new application. Your team has already developed the outline for a pipeline. Now they need to update a pipeline. So that it accepts parameters for multiple environmen…
Introduction Continuous integration and continuous delivery (CI/CD) are essential to modern software development. They help teams to automate the building, testing, and deployment of software applicat…