From the course: Continuous Integration and Continuous Delivery with GitLab
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Running your pipeline - GitLab Tutorial
From the course: Continuous Integration and Continuous Delivery with GitLab
Running your pipeline
- [Instructor] If you're following along in real time, your pipeline might still be running from the last video. And mine looks like it's running. I think it may be completed now. It just hasn't updated yet. So from this page, you can either click here on the pipeline run, oh, it is still running, or you can go to the menu and go to Pipelines under the build menu, and then click into the pipeline ID here. So this will take a little bit of time. If you remember, we have those long sleep periods in our tests. It looks like that just completed, and now we're onto the deploy stage. So let's click into that. Here we can watch that running in real time. Okay, let's go back to our pipeline now. We'll click on the menu and go to Pipelines under the build menu. So this is what you'd often see at the end of a pipeline run. You see the status of the pipeline job that it's passed, and some indication of the different stages passing. If you click on the title here, which is the name of the commit…