Creating Talend Administration Center credentials in Jenkins - 8.0

Talend Administration Center User Guide

Version
8.0
Language
English
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 Administration Center
Content
Administration and Monitoring
Last publication date
2023-09-22

Save the Talend Administration Center credentials in the internal credentials repository in Jenkins.

Most of the MetaServlet APIs request authentication using a Talend Administration Center admin user and password.

Instead of hard-coding this information, the script will leverage the Credentials Binding Plugin to store the encrypted user and password in Jenkins.

Procedure

  1. In Credentials > System > Add domain, add a new Talend domain and click OK.
  2. Add the Talend Administration Center credentials with the Username with password kind.
  3. Add a unique ID and description and update the username and password accordingly.
    It is important to have a unique ID and description to differentiate the credentials in the Jenkins Job.
  4. In Build Environment, select the Use secret text(s) or file(s) check box.
    The Talend Administration Center credentials will be retrieved by the script.
  5. Add a new Binding of type Username and password (separated).

    The environment variables TAC_ADMIN_USER and TAC_ADMIN_PWD are used by the Groovy script.