I setting up a Jenkins-Server for our Company.
To make things easy for our developers, I created 2 template Jobs with the usual required configurations. So when users creat new jobs they can use Copy from
to copy the configuration of the templates instead of everytime setting all up from scratch.
But now I would like to hide those templates for normal users and only allow them to copy the configuration or at least give only my admin account the permission to make changes to the configuration of the templates.
Actually I thought I could use the project-based security Plugin for that, but ofcourse if I enable and configure project-based security for the template job, this settings will also be copied to the new created Job.
Is there some way this can be done?