bhanudevsr211230.hashnode.devChapter-3: Scheduling Pipelines/Jobs in jenkinsCron: Cron is a syntax which is used to schedule a particular task, which means it will perfom all activities in that job. Cron Syntax: It has 5 starts * * * * * 1st star represents - no. of minutes 23d ago·3 min read
bhanudevsr211230.hashnode.devWebhook integration with JenkinsJenkins Terminology: Job: Job is a task we are going to perform in jenkins. There are different types of jobs in jenkins: freestyle pipeline multibranch-pipeline, etc… Source Code Management here4d ago·3 min read
bhanudevsr211230.hashnode.devLinux in one liners1. Linux → the kernel, not the full operating system. It talks to hardware. 2. Kernel → controls CPU, memory, disk, network. The brain of the system. 3. Operating System → kernel + tools + libraries + apps. 4. Distribution (Distro) → Linux kernel bun...Feb 8·1 min read
bhanudevsr211230.hashnode.devChapter 1: Introduction to JenkinsBefore moving on to Jenkins, we have to get to know about CI/CD. Continuous Integration: continuos integration is nothing but both build and test happens at same time, it is combination of continuos bFeb 8·5 min read
bhanudevsr211230.hashnode.devChapter 3: Understanding Git Branches and Branching WorkflowsWhat does Git branching means in general? In simple terms, Git branch is like making a copy of the current working code, which we can call v1. Instead of changing the original code directly in v1 on the same branch, we create a new branch from the ex...Feb 2·2 min read