Configuring paths to third-party tools - 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
How to store the environment variables and paths to the third-party tools needed to run your Jenkins pipeline (JDK/OpenJDK, Maven).

Procedure

  1. Navigate to Manage Jenkins > Global Tool Configuration.
  2. In the Git > Git installations area, add the Git executable:
    1. Click Add Git.
    2. Enter the path to your Git executable file, or select the JGit (Java Based Git) check box if you want to install a new one automatically.
  3. In the Maven > Maven installations area, add the M3 Maven tool:
    1. Click Add Maven.
    2. Name the tool M3, this name will be used in the pipeline script.
    3. Enter the path to your Maven installation directory in the MAVEN_HOME field, or select the Install automatically check box if you want to install a new one automatically.
  4. Click Save to take the changes into account.