Storing login credentials in Jenkins - 8.0

Talend Software Development Life Cycle Best Practices Guide

Version
8.0
Language
English
Product
Talend Big Data
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Module
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend JobServer
Talend Studio
Content
Administration and Monitoring
Deployment
Design and Development

You need to store the login credentials of your source control management tool and deployment containers (Docker, Amazon AWS, Azure, etc.) in Jenkins.

Procedure

  1. Navigate to Manage Jenkins > Manage Credentials > Credentials.
  2. Click System > Global credentials > Add Credentials and add the Git credentials to access the repository where your project items (Jobs, Routes, Tests, etc.) are stored.
    Note: If you are using Git personal access tokens, select Username with password. If you are using SSH, select SSH username with private key in the list.
  3. Name its ID git_talend, this name will be used in the pipeline script.
  4. Click Save to take the changes into account.