How to move an existing job from one view to another in Jenkins?

I want to move an existing job from one view to another but I can't find the way. Is the only way to copy the job and delete it from the other view? I would like to have the same name and for my experience Jenkins doesn't handle very well the renaming of jobs.


你可以简单地通过编辑视图(链接左侧的“编辑视图”)并选中/取消选中复选框


To Remove:

  • Click on View that you want to remove from.

  • Click on "Edit View" in the left toolbar.

  • Scroll down and uncheck your job (you will see "Jobs" area in the "Job Filter" section).

  • To Add:

    Same as above, just in 3. you need to check the job you want to add to your view.


    1) Click on the view in which you want to add the newly created Job as shown in pic.

    在这里输入图像描述

    2) Click on Edit View on left side and then select the appropriate job under Job Filter using the check box.

    在这里输入图像描述

    3) Once you selected the required Job click on save button. This job will be now shown under the view.

    链接地址: http://www.djcxy.com/p/54950.html

    上一篇: 访问Jenkins主驱动器,在作业工作区旁边

    下一篇: 如何在Jenkins中将现有工作从一个视图移到另一个视图?