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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
mborlo15
Contributor III
Contributor III

Mass Recompilation and Deploy

Context: We created a reference project from which joblets, context groups, etc. can be used by other projects' jobs.

 

Question: If we need to change something in the reference project, is there a way to apply the update to all jobs that are using those objects and then recompiling and deploying the new artifacts to Nexus/TAC?

 

Example:

  • There is a joblet called HelloWorld in the Reference Project.
  • In the project entitled Project 1 there are 30 jobs which use this joblet.
  • A change has been applied to HelloWorld joblet
  • The following needs to happen:
    • The change needs to be passed down to all jobs calling HelloWorld
    • new release artifacts need to be created
    • those artifacts need to be deployed to their respective job conductor tasks on the TAC

 

Talend Product: Data Integration v 7.3

Labels (4)
2 Replies
Anonymous
Not applicable

Hi

According to my experience, the changes in reference project will be applied to all jobs that are using those objects, but you need to re-publish the artifacts and re-deploy the tasks.

Regards

Shong

mborlo15
Contributor III
Contributor III
Author

Hi Shong, yes that is my understanding as well. Is there a way to recompile and redeploy all artifacts to TAC without having to go in studio and recompiling them one by one?