SGSumit Ghorpadeinsumitramchandra.hashnode.dev·Apr 25, 2023 · 2 min readJenkins Declarative Pipeline with DockerIt's time to level up things, let's integrate Docker and your Jenkins declarative pipeline. Use your Docker Build and Run Knowledge Docker build: you can use the sh docker build . -t <tag> in your pipeline stage block to run the docker build comman...00
SGSumit Ghorpadeinsumitramchandra.hashnode.dev·Apr 24, 2023 · 4 min readJenkins Declarative PipelineWhat is a pipeline in Jenkins? In Jenkins, a pipeline is a set of instructions that specify the steps necessary to build, test, and deploy software applications. It is a script that defines the entire workflow of the software delivery process, from...00
SGSumit Ghorpadeinsumitramchandra.hashnode.dev·Apr 23, 2023 · 1 min readDocumentation - Complete Jenkins CI/CD ProjectDocumenting projects can improve project outcomes, increase efficiency, and reduce the risk of errors and miscommunications. Task 1 Document the process from cloning the repository to adding webhooks, Deployment, etc. as a README, go through this exa...01V
SGSumit Ghorpadeinsumitramchandra.hashnode.dev·Apr 22, 2023 · 2 min readComplete Jenkins CI/CD ProjectLet's make a complete CI/CD project for your Node JS Application. Task-01 Fork this repository: Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. we will use Personal Access Token for integrating your Jen...00
SGSumit Ghorpadeinsumitramchandra.hashnode.dev·Apr 21, 2023 · 6 min readJenkins Freestyle Project for DevOps EngineersWhat is CI/CD? CI/CD stands for Continuous Integration/Continuous Deployment or Continuous Delivery. It is a software development approach that involves frequent and automated building, testing, and deployment of code changes to production environme...00