ADArunima Dasinarunimadas18.hashnode.dev·Apr 21, 2023 · 2 min readDay 26- Jenkins PipelineWhat is a pipeline? a pipeline is a sequence of processes or stages that are executed in a particular order to perform a specific task. Pipeline Vs Freestyle? A Jenkins pipeline is defined as a set of stages, which are composed of one or more steps, ...00
ADArunima Dasinarunimadas18.hashnode.dev·Apr 20, 2023 · 1 min readDay 24 & 25 - Github & Jenkins integrationQ ) What are webhooks in Github? Webhooks provide a way for notifications to be delivered to an external web server whenever certain actions occur on a repository or organization. When one of those events is triggered, we'll send a HTTP POST payload ...00
ADArunima Dasinarunimadas18.hashnode.dev·Apr 19, 2023 · 2 min readDay 23-Jenkins Freestyle ProjectQ) What is a Freestyle project? A freestyle project in Jenkins is a type of project that allows you to build, test, and deploy software using a variety of different options and configurations TASK:# Task-01: - create a agent for your app. ( which yo...00
ADArunima Dasinarunimadas18.hashnode.dev·Apr 18, 2023 · 2 min readDay 22- Introduction to JenkinsJenkins is a (CI/CD) automation software DevOps tool. But what is cicd?Let's get to know more about it ... What Is CICD? CI and CD stand for continuous integration and continuous delivery/continuous deployment. In very simple terms, CI is a modern so...00
ADArunima Dasinarunimadas18.hashnode.dev·Apr 17, 2023 · 6 min readDay 21-Docker Intverview QuestionsWhat is the Difference between an Image, Container and Engine? A Docker image is a read-only template that contains a set of instructions for creating a container that can run on the Docker platform Docker containers are the live, running instances o...00