Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
rohit_sharma21
Contributor
Contributor

Issue in changing the context of already deployed job in talend

I have already deployed the job in production system and while publishing I have marked the context variable to production server and I am able to run the job in production through script file (.sh file, which I have got after unzipping the zip file). Now, I want to run the same zip in development environment, I have moved that in development and pointing the script file (.sh file) to Dev context. I tried to run but it is not running.

I want to know if there is any way If I can run the already running code of production in development by changing the context. In studio I can manage but how to handle the same in deployed code?

Labels (4)
1 Reply
Anonymous
Not applicable

Hello,

If I understand your requirement very well, you can pass values at runtime by modifying the job script, for example: -

--context_param myString="modified value"

Feel free to correct me if I misunderstand it.

Best regards

Sabrina