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