मुफ्त ऑनलाइन कोर्स Jenkins CI/CD DevOps Full Course in Hindi
ऑनलाइन कोर्स की अवधि: 8 hours and 2 minutes
New
Free Hindi Jenkins CI/CD course: install Jenkins, GitHub webhooks, pipelines as code, nodes, Maven artifacts, Docker builds, RBAC security.
इस फ़्री कोर्स में, जानें
Jenkins Fundamentals and Setup
Job Triggers, Scheduling, and Build Controls
Distributed Builds with Nodes and Agents
Jenkins UI Customization and Job Organization
Dynamic Agents, Notifications, and Docker Build Basics
Jenkins Pipelines: Core Concepts and Practical Patterns
Security, Authentication, and Authorization (RBAC)
Advanced Pipelines: Multibranch and Shared Libraries
Dockerized Deployment and Image Publishing with Jenkins
मुफ़्त ऑनलाइन कोर्स के बारे में
Learn Jenkins CI/CD and DevOps fundamentals in Hindi with a practical, job-oriented approach focused on real automation workflows. This free online course explains what CI/CD pipelines are, where Jenkins fits in a DevOps toolchain, and how to move from basic concepts to building reliable delivery pipelines.
Start by setting up Jenkins and understanding the dashboard, plugins, and core configuration. You will create and manage jobs, work with different build triggers, and integrate source control by connecting GitHub repositories and configuring webhooks for automated builds. The course also covers build scheduling, remote triggering, chaining projects with upstream and downstream patterns, and improving stability with retries, timeouts, timestamps, and build retention policies.
Go deeper into scaling and performance by configuring executors, enabling concurrency, running parallel builds, and distributing workloads using worker nodes across Linux and Windows. You will learn how to schedule jobs on dedicated nodes, customize dashboard views, organize jobs with folders, and use dynamic provisioning to launch nodes when work is queued.
Pipeline as code is a major focus, including both declarative and scripted styles. You will practice using environment variables, conditions, functions, parameters, post actions, and the pipeline syntax generator. The course also teaches artifact creation with Maven, working with files across nodes using stash and unstash, and building end-to-end flows that pull code from GitHub and produce deployable outputs.
Container workflows are included, showing how to build custom Docker images with Dockerfile, publish images to Docker Hub through Jenkins pipelines, and deploy applications to a Tomcat server using a WAR file. Finally, strengthen security by disabling anonymous access, enabling sign-in, and applying user management with role-based access control to control what teams can see and do inside Jenkins.
कोर्स की सामग्री
वीडियो क्लास: Know what CI/CD Pipeline and Devops are and What are Jenkins and the role of Jenkins in DevOps15m
वीडियो क्लास: How to Install and Configure Jenkins : A Step-by-Step Guide08m
अभ्यास: Jenkins इंस्टॉल करने से पहले सिस्टम में कौन-सा prerequisite इंस्टॉल होना ज़रूरी बताया गया है?
वीडियो क्लास: Plugins in Jenkins and Overview of Jenkins Dashboard07m
अभ्यास: Jenkins में Plugins का मुख्य उद्देश्य क्या है?
वीडियो क्लास: Creating Your First Job in Jenkins11m
अभ्यास: Jenkins में Freestyle project का मुख्य उपयोग क्या है?
वीडियो क्लास: Trigger in Jenkins Build Periodically, Poll SCM and Know How to Integrate GitHub repo to Jenkins17m
अभ्यास: Jenkins में GitHub से कोड pull करने के लिए कौन-सी चीज़ जरूरी बताई गई है?
वीडियो क्लास: Jenkins Trigger: Build Remotely and Build After Another Project Built10m
अभ्यास: Jenkins में “Build remotely (e.g., from scripts)” ट्रिगर का मुख्य उपयोग क्या है?
वीडियो क्लास: GitHub hook trigger for GITScm polling in Jenkins and Configuring WebHooks in GitHub14m
वीडियो क्लास: Configuring and Managing Executor in Jenkins06m
वीडियो क्लास: Enable Concurrent for a Job, Run Multiple Build in Parallel for a Particular Job03m
अभ्यास: Jenkins में "Execute concurrent builds if necessary" को enable करने से क्या होता है?
वीडियो क्लास: Parameterized Jobs In Jenkins in Hindi08m
अभ्यास: Jenkins में Parameterized Job का मुख्य फायदा क्या है?
वीडियो क्लास: Retry Count in Jenkins04m
वीडियो क्लास: Timeout and Timestamp in Jenkins07m
अभ्यास: Jenkins में Job को एक तय समय के बाद अपने आप रोकने/समाप्त करने के लिए कौन-सा विकल्प उपयोग किया जाता है?
वीडियो क्लास: How to Discard Old Builds in Jenkins06m
वीडियो क्लास: Setting and Managing Global Environmental Variable and Jenkins Provided Environment Variable07m
अभ्यास: Jenkins में Global Environment Variable सेट करने से क्या होता है?
वीडियो क्लास: Block Upstream Build while Downstream build in Progress and Vice Versa05m
अभ्यास: Jenkins में Upstream और Downstream jobs का सही संबंध क्या है?
वीडियो क्लास: Throttle Build in Jenkins03m
अभ्यास: Jenkins में किसी job को एक तय समय (जैसे 1 मिनट) में कितनी बार build हो सके, इसे restrict करने के लिए किस विकल्प/feature का उपयोग किया जाता है?
वीडियो क्लास: Changing By Default Workspace of Jenkins Job07m
अभ्यास: Jenkins जॉब के लिए Custom Workspace सेट करने पर बिल्ड फेल होने का सबसे सामान्य कारण क्या हो सकता है?
वीडियो क्लास: Distributed Cluster in Jenkins - Scaling your Continuous Integration and Delivery09m
अभ्यास: Jenkins distributed cluster में Master node की मुख्य भूमिका क्या होती है?
वीडियो क्लास: Prerequisite to Create Linux as Worker Node for Jenkins Master07m
अभ्यास: Jenkins में किसी सिस्टम को Worker Node (Agent) बनाने से पहले सबसे जरूरी prerequisite क्या है?
वीडियो क्लास: Steps to Create Linux as a Jenkins Worker Node: Step-by-Step Tutorial16m
अभ्यास: Jenkins में किसी Linux सिस्टम को Worker Node (Agent) बनाने से पहले कौन-सी चीज़ अनिवार्य है?
वीडियो क्लास: Creating Windows as Worker Nodes for Jenkins Master10m
अभ्यास: Windows को Jenkins में worker node (agent) के रूप में जोड़ते समय इस transcript में कौन-सा launch method चुना गया है?
वीडियो क्लास: Steps to Schedule Jobs on a Dedicated Worker Node04m
अभ्यास: Jenkins में किसी job को हमेशा एक specific node पर run कराने के लिए कौन-सा option enable किया जाता है?
वीडियो क्लास: Customize Dashboard Views, Add Jobs, and Create Folders in Jenkins07m
अभ्यास: Jenkins में नया List View बनाने के लिए सही प्रक्रिया क्या है?
वीडियो क्लास: Upstream and Downstream Projects Explained and Delivery10m
अभ्यास: Jenkins में Upstream और Downstream प्रोजेक्ट का सही अर्थ क्या है?
वीडियो क्लास: Dynamic Provisioning of Worker Node, launch worker node when jobs are scheduled18m
अभ्यास: Jenkins में Docker के जरिए dynamic worker node provisioning का मुख्य फायदा क्या है?
वीडियो क्लास: Sending Mail From Jenkins: Step By Step Process15m
अभ्यास: Jenkins से Gmail के जरिए ईमेल नोटिफिकेशन भेजने के लिए Jenkins में पासवर्ड के रूप में किस चीज़ का उपयोग करना चाहिए?
वीडियो क्लास: Building custom Docker Image with Maven and Java using DockerFile17m
अभ्यास: Maven-based Java build ke liye banayi gayi Docker image me do environment variables kaun-se set karna zaroori bataya gaya?
वीडियो क्लास: Creating Artifacts with Jenkins and Maven16m
अभ्यास: Jenkins में Maven से Java कोड का पैकेज (JAR) बनाने के लिए Maven configuration कहाँ की जाती है ताकि job में use हो सके?
वीडियो क्लास: Detailed Explanation of Pipeline as code, Declarative and Scripted Pipeline and Creating First code15m
अभ्यास: Jenkins में Pipeline as Code लिखने के लिए कौन-सा प्लगइन इंस्टॉल करना जरूरी है ताकि Job Create करते समय “Pipeline” का option दिखे?
वीडियो क्लास: Using Environment Variable, If-Else, Functions and Making Parametrized Job using Pipeline as Code20m
अभ्यास: Declarative Jenkins Pipeline में IF/ELSE जैसी conditional logic लिखने के लिए सही तरीका क्या है?
वीडियो क्लास: Download file from GitHub using pipeline as code, use of post Section and pipeline syntax generator20m
अभ्यास: Jenkins Declarative Pipeline में GitHub से कोड डाउनलोड करने के बाद पूरे workspace को archive (artifact) बनाने के लिए किस command का उपयोग दिखाया गया है?
वीडियो क्लास: Stash and Unstash in Jenkins Pipeline, Transferring Files from one worker node to another: Part-112m
अभ्यास: Jenkins Pipeline में stash/unstash का मुख्य उपयोग क्या है?
वीडियो क्लास: Stash and Unstash in Jenkins Pipeline, Transferring Folders from one worker node to another: Part-207m
अभ्यास: Jenkins Pipeline में stash step से फोल्डर के अंदर की फाइलें भी stash करने के लिए include pattern में क्या बदलाव करना चाहिए?
वीडियो क्लास: Creating Pipeline as code to Create Artifacts Using Jenkins and Maven16m
अभ्यास: Jenkins Pipeline में अलग-अलग stages के बीच डाउनलोड/बिल्ड आउटपुट को अगले stage तक ले जाने के लिए किस mechanism का उपयोग किया जाता है?