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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
JK1604346703
Contributor
Contributor

Publish option is missing in context menu in talend open studio 7.3 when trying to deploy it

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

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

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.

 

 

View solution in original post

4 Replies
Anonymous
Not applicable

Hi

Publish the job to artifact repository feature is only available in Talend Enterprise Studio, it does not exist in Open Studio.

 

Regards

Shong

 

 

 

 

 

 

 

JK1604346703
Contributor
Contributor
Author

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?

Anonymous
Not applicable

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.

 

 

JK1604346703
Contributor
Contributor
Author

Thanks Shong. this would help me