The first step to create your build pipeline is to import your Git repository where your source artifacts are stored.
Before you begin
Retrieve of the azure-pipeline.yml file from the Downloads tab of this page on Talend Help Center:
Warning: The provided 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
- Go to .
- Click New pipeline.
- 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.
- In the Configure step, select Starter pipeline in order to configure the steps of your pipeline.
- In the Review step, paste the content of the azure-pipeline.yml file you have previously downloaded.
- Before saving and running the pipeline, make sure you adapt the values stated in the provided azure-pipeline.yml file to your environment.