Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
i am new to Talend Env. Trying to debug some old jobs and using Talend Open studio 7.3 version.
My question is when I right click on a job I don't see an option to publish it? Is this suppose to come up?
-Jay
The publish option is used to publish jobs to artifact repository such as Nexus, when scheduling tasks from Talend Administration Center, you can select the job tasks from artifact repository.
If you are using community edition, use the build job option to export the job bat file, run it directly or schedule it with the third-party tool, such as Windows tasks manager.
Hi
Publish the job to artifact repository feature is only available in Talend Enterprise Studio, it does not exist in Open Studio.
Regards
Shong
Thank you shong for your reply.
Do I need this feature to deploy job to production? or can I use build option and take the generated output and configure it?
The publish option is used to publish jobs to artifact repository such as Nexus, when scheduling tasks from Talend Administration Center, you can select the job tasks from artifact repository.
If you are using community edition, use the build job option to export the job bat file, run it directly or schedule it with the third-party tool, such as Windows tasks manager.
Thanks Shong. this would help me