Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

commands to move jenkins job from one view to another view using cURL

I wanted to move my existing Jenkins job from one jenkins view to another view.

While creating a new jenkins job we can mention the view in the URL and that works for me. But moving the job i couldn't get any clue for this.

Example: https:///view//createItem?name=

Can someone help or suggest ideas for the same, it would be really helpful.

Thanks a lot in advance.

like image 246
Kivi Avatar asked Sep 15 '25 14:09

Kivi


1 Answers

You must have admin access to jenkins. Try following steps to move jenkins job from one view to another view.

  1. Click on jenkins view from where you want to move to other view
  2. Click on "Edit view" options at left side.
  3. It will display list of jobs under "Job filters"
  4. Select the checkbox which jobs you want to see in current view and if you want to move other view then uncheck checkbox.
  5. Click on apply and OK to save changes
  6. Now you will see desired jobs are displyed in current view. same procedure follow for other views so that you can easily move jenkins job from one view to another view.
like image 181
Shital Mokashi Avatar answered Sep 17 '25 20:09

Shital Mokashi