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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
TomA
Contributor II
Contributor II

Query the svn Repository in a job

Is it possible to query the Talend svn repository from within a job? 

 

I have a large number of jobs and I would like to use the metaServlet API to generate TAC execution tasks for them, but I cannot find a simple way of retrieving a list of all jobs.

 

Or perhaps there is another way to automate creating tasks for a large number of jobs?

Labels (2)
1 Solution

Accepted Solutions
TomA
Contributor II
Contributor II
Author

Thanks Shong, I ended up querying the .properties files in the workspace, instead, using a tFileInputXML.

View solution in original post

2 Replies
Anonymous
Not applicable

Hi
No special components for querying Talend SVN repository in a job. Maybe you can try Java API to connect to SVN server and retrieve the job name, i found a similar case.
https://stackoverflow.com/questions/12388445/java-api-to-connect-to-svn-server-via-https-protocol

Regards
Shong
TomA
Contributor II
Contributor II
Author

Thanks Shong, I ended up querying the .properties files in the workspace, instead, using a tFileInputXML.