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

Talend Installation Guide

Version
8.0
Language
English
Operating system
Windows
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
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 Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

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 this documentation.
  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.