Introduction The application Docker makes it easier to manage application processes in containers. You can run your applications in resource-isolated processes with containers. Containers are similar to virtual machines, but they are more mobile, use fewer resources, and rely more on the host operating system. Jenkins is an automation server that is free to use. It facilitates continuous […]
Push a Docker Image To Docker Hub Using Jenkins
Introduction Jenkins Pipeline is a suite of plugins that allows creating simple-to-complex build pipelines as code in Jenkins, using a Groovy-based domain-specific language. Prerequisites Step 1: Generate Access Tokens We need to generate the Access token for Github and DockerHub, Use the follwowing staps to get that. For Github access token For DockerHub access token […]
Installing Jenkins on Ubuntu 22.04 LTS – Updated
Introduction Jenkins is an automation server that is free to use. It facilitates continuous integration and delivery by automating the building, testing, and deployment phases of software development. It is a server-based system that runs in Apache Tomcat and other servlet containers. In this post, We will install Jenkins on ubuntu 22.04 LTS Step 1: […]