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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Adding Custom component on nexus

Hello,
I am using TEDI 6.2 with only Nexus for job deployment (i am not using command line). How can i add custom component with nexus knowing that currently the path for custom components is set on commandline parameters on configuration tab in TAC ?
thank you for your response
Regards
 
Labels (3)
2 Replies
Anonymous
Not applicable

Hi  
If you publish the job script from studio to nexus server, the dependency custom component will be export also. In Job conductor, add tasks from nexus. 
Regards
Shong
Anonymous
Not applicable

Hi Talenche,
You add custom components to a local folder first. Then, you point Studio to that folder via Window/Preferences/Talend/Components -> User component folder. Here's where you set the path to your user component folder. Once you build the job, the required code is included in the archive file, as Shong points out. Up to this point, Nexus has nothing to do with that, it is only involved in storing the job builds. 
When commandline runs on a seperate (remote) machine, you need to make sure that the custom components are shared  across the project. To achieve that, go to File/Project Settings/Custom component and pull over the components of your choice to the right. CommandLine will then fetch the required code from your VCS. That's it. Good luck!