Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I could not find any documentation on this site or several others or by searching with duckduckgo. Please feel free to whaleslap me with the url if it exists (especially if it's obvious).
I need to rewrite the shell template to fit in with our server environment and some other requirements. I have most of the information I need I think, but it would be nice to know what's available and how and where to set the values.
I cloned the open studio repo from github (and the required other repo) and grep'd for '${variables}' through that code base. I found a number of possible variable names. I've found where some of them are set. I'm hoping I can get more info here.
For 'talend.job.sh.addition', where is it set? How do I turn off the '--context=Default' setting?
For 'talend.job.date', can the format be specified? If so, where?
What templating system is being used? Can I customize how a variable is generated in either the template or elsewhere?