Using Continuous Integration to test an update before applying it to Talend Studio - Cloud

Talend Cloud Installation and Upgrade Guide

Version
Cloud
Language
English
Operating system
Mac
Product
Talend Cloud
Module
Talend Artifact Repository
Talend Data Stewardship
Talend Management Console
Talend Remote Engine
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2024-03-18

Use specific Maven commands to test an update on one or more projects before applying the update to Talend Studio.

Procedure

  1. Check out your Git projects.
  2. Download the update from the Talend update site URL you have set up using the -Dtalend.studio.p2.update Maven parameter.
    Example:
    -Dlicense.path=/home/talend/talend_studio/license
    -Dtalend.studio.p2.base==https://update.talend.com/Studio/8/base
    -Dtalend.studio.p2.update=https://update.talend.com/Studio/8/updates/R2022-01
  3. Re-generate all the POM files of the project workspace and install the updates you want to test.
    For more information on how to re-generate all POM files, see Generating POM files for your projects.
  4. Test the generation of existing projects and Jobs.
  5. If the project generation is successful, apply the tested updates to Talend Studio. If the test is not successful, contact Talend Support.