Available in...Cloud API Services Platform
Cloud Big Data
Cloud Big Data Platform
Cloud Data Fabric
Cloud Data Integration
Cloud Data Management Platform
You can set up the update repositories, also called p2 repositories, by creating
proxy repositories.
About this task
This procedure shows you how to set up the update repositories for Talend Studio
feature packages and a Talend Studio
monthly update by creating proxy repositories.
Procedure
-
Set up the update repository for Talend Studio feature packages:
-
If you are using Sonatype Nexus, create a proxy
repository in a raw format.
-
If you are using JFrog Artifactory, create a
virtual repository in a
generic or maven
format.
-
Name the new repository repo-base, for
example.
-
Link the new repository to the official repository for Talend Studio feature packages,
https://update.talend.com/Studio/8/base in
this example.
Later, you can use
http://<repo-server>/repo-base to
configure the base URL in Talend Studio or the -Dtalend.studio.p2.base
parameter in
Continuous Integration, where <repo-server>
is the IP address or the host name of your artifact repository
server.
-
Set up the update repository for a Talend Studio monthly update:
-
If you are using Sonatype Nexus, create a proxy
repository in a raw format.
-
If you are using JFrog Artifactory, create a
virtual repository in a
generic or maven
format.
-
Name the new repository repo-update, for
example.
-
Link the new repository to the official repository for a Talend Studio monthly update, for example,
https://update.talend.com/Studio/8/updates/R2022-09
for 8.0 R2022-09 Talend Studio monthly update or
https://update.talend.com/Studio/8/updates/latest
for the latest Talend Studio monthly update.
Later, you can use
http://<repo-server>/repo-update to
configure the update URL in Talend Studio or the -Dtalend.studio.p2.update
parameter in
Continuous Integration, where <repo-server>
is the IP address or the host name of your artifact repository
server.