Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Using the Git Plugin, I was able to export my Talend Sources (with myJob.screenshot, myJob.item, myJob.properties in the process folder) into my git repository.
Is it possible to generate the java sources out of that? And how?
Thanks for the help.
right click on the job and select build then you will generate code.
on a job, you can also click on the code tab to view the corresponding java code.
So is it possible to put directly the java sources rather than the Talend sources into the git? I'am currently using the plugin Eclipse Egit to push Talend sources into my repository.
For short, it is not.
You can try to generate xml files, but it's at your own risk.
taled generate java code.
if you use git you want to reuse and upgrade your code.
so you need to save Talend code not java one.
I think you can do that, but I did no do this before.
You will need command line for this (which is basically a headless Studio). The process is described here : https://help.talend.com/reader/HJ4q~FggK69ZfRYzb2Ftfg/CKGgNkuTaN8BB3xw~yCdWA (it is a long document and covers many different aspects of CI).
From what I understand you will be able to generate your jobs using the MetaServlet API soon, but I don't believe this is available yet.
Before you go down the CI route, make sure you actually need it and that it is not just a buzzword that someone in your organisation has heard of. It is great when it is necessary, but can make your environment really convoluted if you don't need it and it is not managed well.