Suraj bariklinuxenthusiast.hashnode.dev·Sep 8, 2023Jenkins Declarative Pipeline with DockerUse your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t <tag>' in your pipeline stage block to run the docker build command. (Make sure you have docker installed with correct permissions. docker run: You can use sh 'd...DiscussInstall and Run Jenkins With Docker Compose
Charan kumarcharankumar.hashnode.dev·Jun 8, 2023Install and Run Jenkins With Docker ComposeWhat is Jenkins? Jenkins is an open-source automation tool used for continuous integration and continuous delivery (CI/CD) of software applications. It is a Java-based web application that can be run on a server and can be used to automate building, ...DiscussInstallation of Jenkins Using Docker Compose