Skip to main content Skip to complementary content
Close announcements banner

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

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!