Creating a release pipeline - Cloud

Talend Cloud API Tester Examples

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend API Tester
Content
Design and Development > Testing APIs
Last publication date
2024-03-15

Create a pipeline that deploys an artifact and runs your API tests.

Procedure

  1. In your Azure DevOps project, go to Pipelines > Releases.
  2. Click New pipeline, then click Empty job in the right panel.
    "Start a template" view with "Empty job" highlighted
  3. A first stage is automatically created. Enter a name, Deploy to Staging for example, and close the panel.
    You will configure this stage in the next procedure.
  4. Click Add an artifact and select Build as a source type.
  5. Select your build pipeline and click Add.
  6. Optional: Click the lightning icon and enable the continuous deployment trigger.
    With this option, a new release pipeline is created each time the build pipeline is updated. If you do not enable this option, the release pipeline will have to be started manually.
    The lightning icon is selected and the "Continuous deployment trigger" tab is open.