A free edx course produced by 'The Linux Foundation' that explains CI/CD and its practices using Jenkins

This commit is contained in:
mo7medsalah7 2022-05-18 18:27:54 +02:00
parent 2593a59681
commit 71544654c8

View File

@ -1,5 +1,5 @@
---
title: '#90DaysOfDevOps - The Big Picture: CI/CD Pipelines - Day 70'
title: "#90DaysOfDevOps - The Big Picture: CI/CD Pipelines - Day 70"
published: false
description: 90DaysOfDevOps - The Big Picture CI/CD Pipelines
tags: "devops, 90daysofdevops, learning"
@ -7,6 +7,7 @@ cover_image: null
canonical_url: null
id: 1048836
---
## The Big Picture: CI/CD Pipelines
A CI/CD (Continous Integration/Continous Deployment) Pipeline implementation is the backbone of the modern DevOps environment.
@ -110,6 +111,7 @@ My plan is to look at the following:
## Resources
- [Jenkins is the way to build, test, deploy](https://youtu.be/_MXtbjwsz3A)
- [Introduction to Jenkins](https://www.edx.org/course/introduction-to-jenkins)
- [Jenkins.io](https://www.jenkins.io/)
- [ArgoCD](https://argo-cd.readthedocs.io/en/stable/)
- [ArgoCD Tutorial for Beginners](https://www.youtube.com/watch?v=MeU5_k9ssrs)