☰
Courses
›
DevOps Zero to Hero
›
CI/CD Pipelines
›
Video 26
GitHub Actions Actions vs Jenkins 3 Projects with examples Configure your own runner
📚
Theory
0/6
🧪
Lab Practice
💬
Interview Questions
0%
Contents
0 of 6 sections complete · 6 min total
01
Introduction to GitHub Actions
GitHub Actions is a CI/CD solution that is native to GitHub. Just like GitLab CI is focused on the GitLab platform, GitHub Actions is…
Concept
1 min read
02
1
How GitHub Actions Works
With GitHub Actions, you do not need to manage a separate server or install plugins manually. To create a pipeline, you simply add a YAML…
Concept
1 min read
03
1
Writing Your First GitHub Action
Writing a GitHub Actions workflow is straightforward and uses standard YAML syntax. A workflow is broken down into jobs and steps. A job…
Concept
1 min read
04
Using Plugins (Actions)
Instead of manually installing plugins like in Jenkins, GitHub Actions utilizes pre-built actions available in the GitHub Marketplace. You…
Concept
1 min read
05
Managing Secrets
For sensitive information like Kubernetes kubeconfig files or SonarQube tokens, GitHub provides a native secrets management feature. You…
Concept
1 min read
06
1
GitHub Actions vs. Jenkins
No Hosting Overhead: Unlike Jenkins, which requires provisioning and managing EC2 instances, GitHub Actions runs on infrastructure managed…
Comparison
1 min read