I am using CloudBees Folder plugin, so I am able to create folders, but imagine this folders structure for the jobs:
/
/production
/test
And I have one job 'dummyjob' in 'test' folder, for example:
/
/production
/test/dummyjob
When I want to recreate the 'dummyjob' in production folder I am not able to create a new job in 'production' folder with option:
'Copy Existing Item'
Because It cannot read from 'test' folder what jobs are there.
So what I am doing in this moment it is to copy a paste the jobs in the File System, the annoying part is that i have to restart jenkins to take the changes in the Web Console.
What I have to do to avoid to restart jenkins?