Importing your source repository and configuring your pipeline - Cloud - 8.0

Talend Software Development Life Cycle Best Practices Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend JobServer
Talend Management Console
Talend Remote Engine
Talend Studio
Content
Administration and Monitoring
Deployment
Design and Development
Last publication date
2024-02-29

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.

Warning: 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.