Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The way I achieved this issue was by using the Linux CLI and listing all different jobs located at execution server. Must likely it would be under the path ../TalendJobServersFiles/repository/
In there you would be able to see all projects and job names, separated by an underscore character "_", for example:
PROJECT_jobname_{DATE}_jobid
Once you have the different jobs and versions, you could filter it using AWK or sending the results to a CSV and analyze it.