Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If i wanted to build Talend executables with out using Talend commandline interface by directly conmnecting to GIT from Bamboo and retrieves the code from there, is that possible?
Hi,
You need some mechanism to convert the source code to executable format. The various stages involved during the job conversion to executable in CI flow is as shown below.
If you are trying to avoid commandline, you will have to create some replacement program to do the same work. In my view, it is almost like reinventing the same module which is already working.
So my personal view is to use the tried and tested modules already provided to ease our work 🙂
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Hi,
You need some mechanism to convert the source code to executable format. The various stages involved during the job conversion to executable in CI flow is as shown below.
If you are trying to avoid commandline, you will have to create some replacement program to do the same work. In my view, it is almost like reinventing the same module which is already working.
So my personal view is to use the tried and tested modules already provided to ease our work 🙂
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂