#jenkins
Read more stories on Hashnode
Articles with this tag
In today's world of continuous integration and continuous delivery (CI/CD), automation is the backbone of efficient software development. This is...
Understanding a Build Job? A Jenkins build job defines the configuration required to automate specific tasks within the application build process....
Today, we’ll be focusing on installing and configuring Jenkins on our systems. Additionally, we’ll take on an exciting challenge—creating a freestyle...
Introduction to Jenkins! 1. What is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation...
How to install docker on Ubuntu To, install docker on Ubuntu, just run the following commands, Update your system, sudo apt-get update -y Install...