MLmecrin luvisinmecrinluvis.hashnode.dev·Jun 11, 2023 · 2 min read#Day 34 Jenkins Declarative Pipeline with DockerTask-01 Create a docker-integrated Jenkins declarative pipeline Use the above-given syntax using sh inside the stage block Navigate to Jenkins and click on the new item. Create a pipeline project and enter the name and select pipeline and click on ...00
MLmecrin luvisinmecrinluvis.hashnode.dev·Jun 11, 2023 · 5 min read# Day 33 Jenkins AgentsJenkins Master (Server) Jenkins’s server or master node holds all key configurations. The Jenkins master server is like a control server that orchestrates all the workflow defined in the pipelines. For example, scheduling a job, monitoring the jobs, ...00
MLmecrin luvisinmecrinluvis.hashnode.dev·Jun 11, 2023 · 2 min read# Day 32 Jenkins Declarative PipelineA Pipeline is a collection of steps or jobs interlinked in a sequence. It is a sequence of stages or steps that define the flow of activities involved in building, testing, and deploying software applications. It represents the entire workflow from s...00
MLmecrin luvisinmecrinluvis.hashnode.dev·Jun 11, 2023 · 3 min read#Day 31 Jenkin CI/CD ProjectLet's make a beautiful CI/CD Pipeline for your Node JS Application Task-01 Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. Read About GitHub WebHooks and make sure you have a CICD setup. Github WebHooks Git...00
MLmecrin luvisinmecrinluvis.hashnode.dev·Jun 11, 2023 · 4 min read#Day 30 - Jenkins Freestyle ProjectWhat is a Build Job? A Jenkins build job contains the configuration for automating a specific task or step in the application building process. These tasks include gathering dependencies, compiling, archiving, or transforming code, and testing and de...00