Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Eric_Talend
Creator
Creator

[Solved]How can I delete a version of a job ?

Hi,

 

As you can see on this screenshot, I have 3 versions of my Job :

1.0

2.0

and

2.1

 

0683p000009MZtc.png

 

I would like to delete the version 2.0.

 

I use Talend Studio and I didn't find how to do that.

I search on the web and I didn't find anything.

 

Kind regards

Eric.

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@Eric_Talend , you need to do from the Talend.

 

Procedure

  1. If you want to remove the latest version of a Job and if it is currently open, close it.
  2. Select Window > Show view... from the menu, then in the the Show View dialog box, select General > Navigator and click OK to open the Navigator view in the configuration tabs area.
    Skip this step if the   Navigator  view is already displayed.
  3. In the Navigator view, expand to the node named after your project.
    This node is in all capitals,   MY_PROJECT  for example.
  4. Go to the process folder to show the resource files of your Job.
    If your Job is in a sub folder, go to that sub folder to show the corresponding resource files.
  5. Select the three resource files corresponding to your Job name and the version you want to delete, right-click the selection and click Delete on the context menu, and then click OK in the Delete Resources dialog box.

    Example

    To delete the 0.1 version of a Job named   my_job, delete these files:
    • my_job_0.1.item
    • my_job_0.1.properties
    • my_job_0.1.screenshot

View solution in original post

4 Replies
manodwhb
Champion II
Champion II

Eric_Talend
Creator
Creator
Author

Hi,

 

So, I need to use GitLab to delete my old project ?

 

I can't do that this Talend Studio ?

manodwhb
Champion II
Champion II

@Eric_Talend , you need to do from the Talend.

 

Procedure

  1. If you want to remove the latest version of a Job and if it is currently open, close it.
  2. Select Window > Show view... from the menu, then in the the Show View dialog box, select General > Navigator and click OK to open the Navigator view in the configuration tabs area.
    Skip this step if the   Navigator  view is already displayed.
  3. In the Navigator view, expand to the node named after your project.
    This node is in all capitals,   MY_PROJECT  for example.
  4. Go to the process folder to show the resource files of your Job.
    If your Job is in a sub folder, go to that sub folder to show the corresponding resource files.
  5. Select the three resource files corresponding to your Job name and the version you want to delete, right-click the selection and click Delete on the context menu, and then click OK in the Delete Resources dialog box.

    Example

    To delete the 0.1 version of a Job named   my_job, delete these files:
    • my_job_0.1.item
    • my_job_0.1.properties
    • my_job_0.1.screenshot
Eric_Talend
Creator
Creator
Author

Hi,

 

I was focused this morning and it's ok for me.

 

Thanks.