In Azure DevOps you can create a variable group to store values that you want to control
(URLs, credentials, etc.) and reuse them in all your pipelines.
Procedure
On the Pipelines > Library page, go to the Variable
groups tab.
Add a new variable group and give it a name.
Add the following variables and values to the group:
updatesite_path: URL of the P2 server that contains the
Talend CommandLine as well as the Maven plugins necessary to generate and deploy your
artifacts. See Before scheduling the execution of your artifacts
for an example of how to host the P2 archive on Tomcat.
talend_cloud_url (to publish artifacts to Talend Cloud): URL of the Talend Cloud service in which you want to deploy your artifacts.
talend_cloud_token (to publish artifacts to
Talend Cloud): Personal access token necessary to authenticate to your Talend Cloud account.
artifact_url (to publish artifacts to an artifact
repository): URL of the artifact repository (Nexus, Artifactory, etc.)
in which you want to deploy your artifacts.
docker_registry (to publish artifacts to Docker): URL of
the Docker registry in which you want to deploy your artifacts.
docker_username (to publish artifacts to Docker): User
name necessary to authenticate to your Docker registry.
docker_password (to publish artifacts to Docker):
Password necessary to authenticate to your Docker registry.
Make sure the Allow access to all pipelines toggle is
enabled and save.
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 – please let us know!