https://github.com/andreeadraghici/learning-devops-ci-cd
DevOps Foundations: Continuous Delivery/Continuous Integration
https://github.com/andreeadraghici/learning-devops-ci-cd
Last synced: about 2 months ago
JSON representation
DevOps Foundations: Continuous Delivery/Continuous Integration
- Host: GitHub
- URL: https://github.com/andreeadraghici/learning-devops-ci-cd
- Owner: AndreeaDraghici
- Created: 2022-09-30T13:20:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T19:12:13.000Z (over 2 years ago)
- Last Synced: 2025-01-21T13:07:00.354Z (3 months ago)
- Language: Java
- Size: 780 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning-DevOps-CI-CD
DevOps Foundations: Continuous Delivery/Continuous Integration# Introduction
Continuous delivery is one of the major DevOps practice areas.# Prepare the environment
**Version control with Git environment:** Install git bash on local machine, create a repo on your git server and clone this on your local machine using git commands.
**CI environment:** Install Docker on your local machine, install Jenkins.
## Linkedin Learning course
# Contents1. Continuous Integration and Countinuous Delivery
1.1. DevOps Concept1.2. Build pipelines in practices
2. Build your own pipeline
2.1. Version Control with Git
2.2. CI
2.3. Building articfacts
2.4. Testing and CD
2.5. Deployment
2.6. UI and security testing
## Useful links
https://testing.googleblog.com/