Create a variable group in Azure DevOps to store sensitive variables and reuse them in
your pipelines.
Procedure
-
Open your Azure DevOps project and go to .
-
Click Variable group to create a new group.
-
Enter a name, Talend
variables for example, and make sure the Allow access to
all pipelines option is enabled.
-
Click Add under Variables and
create the following variables:
Name
|
Value
|
talend_account_id
|
Your Talend Cloud Account ID. You
can find it in the SUBSCRIPTION page of
Talend Management Console. |
talend_personal_access_token
|
The token to use to access the Talend Cloud API Tester Management API. |
You can click the lock to the right of each variable to hide the
value.
Example
-
Click Save.
Results
Your variables can now be used in your pipelines.