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

Announcements
REMINDER: Qlik Cloud: Removing the deprecated Developer role and Enable API keys toggle: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Amen
Contributor II
Contributor II

talend zero install ci cd workflow

 
Labels (1)
  • Cloud

2 Solutions

Accepted Solutions
david_lucas
Support
Support

Basicly, all about your local nexus  needs to be customize, but it just work. 

Don't change talend update information, and keep in mind, for 8.0.1 : generateAllpoms includes install step , but you can just just with the install step in the installation of the commandline works smoothly 

 

Later, you'll be able to deploy (and deploiement includes install ) 

 

 

 

 

View solution in original post

david_lucas
Support
Support

No, as far as you add your custom dependencies with the maven uri, it will be able to find all te dependencies on maven central 

 

View solution in original post

9 Replies
Denis_Segard
Support
Support

Hello,

Did you check in the "local maven repository" (folder .m2) if the plugin was there ? and with the version 8.0.12 ? 

Kind regards
Denis

Amen
Contributor II
Contributor II
Author

Im actually running the workflow on github actions , i cant access the runners m2 files 

Shicong_Hong
Employee
Employee

@Amen the error indicates there is no TalendOpenSourceRelease directory under 

https://talend-update.talend.com/nexus/content/repositories/

Can you please let me know which Studio version are you using?

Regards

Shicong

 

Amen
Contributor II
Contributor II
Author

the version of the studio im using is R2025-09v2 .

david_lucas
Support
Support

Hello 

 

You're using a legacy settings.xml file, solution is to use a more recent settings file. You can find one here : 

https://help.qlik.com/talend/en-US/software-dev-lifecycle-best-practices-guide/8.0/retrieving-your-c...

 

And use this one only and enjoy your pipelines

Amen
Contributor II
Contributor II
Author

Thanks Sir , should i change any of this xml properties or just keep them the way they are ?

david_lucas
Support
Support

Basicly, all about your local nexus  needs to be customize, but it just work. 

Don't change talend update information, and keep in mind, for 8.0.1 : generateAllpoms includes install step , but you can just just with the install step in the installation of the commandline works smoothly 

 

Later, you'll be able to deploy (and deploiement includes install ) 

 

 

 

 

Amen
Contributor II
Contributor II
Author

Actually im not using any local nexus repostiory at this point , Does that have any impcat on the pipeline ? 

david_lucas
Support
Support

No, as far as you add your custom dependencies with the maven uri, it will be able to find all te dependencies on maven central