From the course: Docker on Azure (2019)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Enable CI trigger

Enable CI trigger

From the course: Docker on Azure (2019)

Start my 1-month free trial

Enable CI trigger

- [Instructor] So while our build process has a pipeline, you can see here from the commit history that the only build was actually manual. If we want to make sure that a change in the master repository of our Git repo, or any repository really, causes another build to occur, we actually do have one more configuration step to do. So let's go ahead and select the Pipeline, and we're going to edit it. And you can see here that we have our sources, are coming from docker-azure master, and we have an agent job that's going to run and a build, and a push image. So these things are all correct. These are going to tie in to the right resources, and it's the right steps for the pipeline, those are the tasks. But our triggers are not scheduled, so we're not going to just do this continuously, and continuous integration is disabled. Well this is the real trick right here. We have to enable continuous integration. We can batch…

Contents