Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Vishu1
Employee
Employee

Azure Talend pipeline failing

Hi,

We have enterprise version of Talend and using azure pipeline to build and deploy our Talend ETL code.

In yml file, we used below configuration which was working earlier and now giving timeout error.

nametalend_ci_config
    value: >-
      -Dlicense.path=$(license.secureFilePath)
      -Dtalend.studio.p2.base=https://update.talend.com/Studio/8/base
      -Dtalend.studio.p2.update=https://update.talend.com/Studio/8/updates/R2023-05/
 
 

And error is :

[INFO] Resolve patches...
[ERROR]
org.apache.maven.plugin.MojoFailureException: Transfer https://update.talend.com/Studio/8/updates/R2023-05/.eclipseproduct failed
at org.talend.jobbuilder.JobBuilder.transferFile (JobBuilder.java:1120)
at org.talend.jobbuilder.JobBuilder.putToPreparedPatchPathMap (JobBuilder.java:1033)
 
Caused by: java.net.SocketTimeoutException: connect timed out
 
Labels (2)
2 Replies
XRocq1696001865
Contributor II
Contributor II

Hello, we have a similar issue since today with the Talend Studio 8 error to reach the 

https://update.talend.com/Studio/8/updates 

Talend support answered to us :

 

"Hello,

We are currently experiencing an issue with our update site, and our team is actively working to resolve it.

We apologize for any inconvenience this may have caused and appreciate your patience.

Best regards,
Evelina "

Vishu1
Employee
Employee
Author

Yes, issue was for all. It started working now.

Thanks!