From the course: DevOps Foundations: Continuous Delivery/Continuous Integration
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Version control practices
From the course: DevOps Foundations: Continuous Delivery/Continuous Integration
Version control practices
- One of the key differences between operation staff and developers has been their use of version control. For years, developers have used version control, but for operations organizations, that simply wasn't common practice. - Yeah, well, nowadays it's a must. So let's see how version control fits into the flow of our pipeline. - [Man 1] Version control, also referred to as source control or revision control contains all the source code for your project, and maintains the current and historical state of that code. - [Man 2] Yeah, the goal is to use version control for operations, development, QA, security, and every other team needed to deliver the software. - Let's dig into some best practices that we recommend for version control. - [Man 2] All right, the first rule of virtual control is you always use version control. - This means no project is too small not to use it. Even build scripts or Cron jobs, everything…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Introducing the delivery pipeline2m 40s
-
(Locked)
Version control practices5m 18s
-
(Locked)
Version control in action with Git7m 19s
-
(Locked)
Continuous integration systems4m
-
(Locked)
Continuous integration in action10m 9s
-
(Locked)
Building artifacts5m 17s
-
(Locked)
Artifact repositories in action9m 37s
-
(Locked)
Testing and continuous delivery4m 23s
-
(Locked)
Testing philosophy2m 40s
-
(Locked)
Unit testing in action4m 29s
-
(Locked)
Application deploy and release6m 54s
-
(Locked)
Deployment in action8m 53s
-
(Locked)
Integration testing in action3m 22s
-
(Locked)
UI testing in action6m 34s
-
(Locked)
Security testing in action with Gauntlt5m 53s
-
-
-