Creating a pipeline using Auto DevOps

Once it's enabled, Auto DevOps simplifies the setup and execution of the software development life cycle. Let's perform the following steps to take advantage of Auto DevOps and create our first automated pipeline:

  1. If you have more than one project, you need to select the target project where you would like to run your pipeline. First, select your project in the Your Projects page.
  2. Click on Pipelines under the CI/CD menu. This option will take you to the page where existing pipelines can be viewed. On this page, click on the Run Pipeline button. This option will help us manually run the pipeline:

  1. Here, you have the option to run the pipeline on different branches. For this example, select the master branch to run the pipeline on. In the following screenshot, you see the pipeline stages being completed:

When the pipeline is complete, you will see the results for every job that was executed and your application should be accessible at http://application_name.your_domain.com. In our case, this address is http://murat-auto-devops.k8s.containerized.me.