Skip to main content Skip to complementary content

Importing your source repository and configuring your pipeline

The first step to create your build pipeline is to import your Git repository where your source artifacts are stored.

Before you begin

Download and extract the file: azure-pipeline.zip.

Information noteWarning: This file is an example and must be adapted to your environment before it is used. It gives you some predefined Maven commands and options that you can customize to fit your deployment needs.

Procedure

  1. Go to Pipelines > Builds.
  2. Click New pipeline.
  3. In the Connect and Select steps, select your source repository type, select the repository you want to import then give permissions to Azure to access it.
  4. In the Configure step, select Starter pipeline in order to configure the steps of your pipeline.
  5. In the Review step, paste the content of the azure-pipeline.yml file you have previously downloaded.
  6. Before saving and running the pipeline, make sure you adapt the values stated in the provided azure-pipeline.yml file to your environment.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!