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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Bamboo build for Talend Data Integration

 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?

 

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

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.

0683p000009M4ma.png

 

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 🙂

 

View solution in original post

1 Reply
Anonymous
Not applicable
Author

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.

0683p000009M4ma.png

 

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 🙂