DevOps Classroom notes 19/Aug/2025

Pipelines in DevOps

  • Continuous Deployment Pipeline
    Preview
  • Continuous Delivery Pipeline
    Preview

How to create Pipelines

  • CI/CD Engine:
    • Using this we create a pipeline. This will inturn call other tools to acheive the functionality.
    • Examples:
      • Jenkins
      • Github Actions
      • Azure DevOps
      • Gitlab
  • Version Control System:
    • Used for storing and maintaining history of code and changes.
    • Examples:
      • Git
      • SVN
      • Perforce
      • Clearcase
      • TFVC
  • Build & Package: Using this we convert the code into a form of package which can be installed or deployed. This is very much inclined to technology chosen.
    • Java: Maven & Gradle
    • Dotnet: msbuild
    • Nodejs/React/Angular: npm
    • Python
    • Docker
  • Test Environments:
    • Here we deploy the application and update the latest changes.
    • The tests have to be executed and we need to get test results (Automated)
      Preview

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube