© 2023 Hashnode
#jenkins-devops
Let's make a beautiful CI/CD Pipeline for your Node JS Application 😍 Task-01 Fork the repository: Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. O…
Hello Every one in this blog I would like to explain what is Jenkins and for what it is used. Here I want to just explain basics and further in my future blogs. . What is Jenkins Formally Jenkins is a…
What is IaC? Infrastructure as code (IAC) is the process of managing and provisioning computer data centres through machine-readable definition files, rather than physical hardware configuration or in…
In the previous article, we saw how to install and run Jenkins on your Linux machine. In this one, we are running Jenkins on a docker container. First of all, you need to update the source and install…
Jenkins is a Java-built open-source CI/CD software platform that supports continuous integration (CI) and continuous delivery (CD). It’s used to automate software testing, building, delivery, and depl…
The Community is absolutely crushing it in the #90daysofdevops journey. Today's challenge is particularly exciting as it entails creating a Jenkins Freestyle Project, an opportunity for DevOps enginee…
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI): A software development practice where developers regularly merge cod…
What is a bootstrap script in aws? If you want to execute some commands during boot up(launch), you can execute them easily by loading the script in the user data section during the EC2 launch. Bootst…
1. What is Jenkins? Jenkins is an open-source continuous integration/continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to…
Are you tired of manually developing, testing, and deploying your code? Do you want to improve your development workflow and detect errors earlier? Jenkins is the capable open-source tool you should t…