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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
halend
Contributor
Contributor

Talend 7.1 Reference Project changes handling

Hello,

I've made a reference project and common code being used  across several projects such as (joblets, metadata connections, context variables) and published into Nexus and then scheduled in TAC. 

Now, I had to make some changes to common code in Reference Project i.e. metadata connection which is being used in several jobs running in TAC. 

As far as I know, make changes to Reference project and re-publish all the jobs into Nexus to reflect the changes which is tedious. Is there any simple mechanism w/o re-publish each and every job?

 

Appreciate your HELP on this/

 

Thanks

Hari

Labels (4)
2 Replies
Anonymous
Not applicable

You could use CI/CD to automate this for you. If you don't want to set up CI/CD you could install the CommandLine and write a script to do this for you. 

halend
Contributor
Contributor
Author

Thank you! I'm exploring the process of CI/CD automation.