From the course: NetOps (DevOps for Network Engineers): Automating Networks

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

GitLab pipeline example: Review and test

GitLab pipeline example: Review and test

- [Instructor] We've talked about the importance of collaboration and communication in DevOps. Let's see, with an example, how we could do that. So to begin with, let me go ahead and create some labels. It's pretty customary to create labels of, say, features, new features. And let's go ahead and create a label of bugs. Let's give the red because that's no good, it's high importance. And let's go ahead and do some process, processes. And let's go ahead and give that a green. So now we have three labels where we could signal or indicate any of the issues that comes up. Say, you're a project manager and somebody reported a bug, so now you could go ahead and report in this repository as an issue and assign to some of your members. So let's go ahead and create some milestone which we could do is on Issues and Milestone... And I've already created a milestone which is v1. And if we take a look, let's push toward v1.…

Contents