Merge pull request #116 from mo7medsalah7/main

Introduction to Jenkins
This commit is contained in:
Michael Cade 2022-05-29 18:10:29 +01:00 committed by GitHub
commit 7f49a3ca65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)