We have implemented a Jenkins job that uses Stash REST API to create a repository, populate with a standard .gitignore file, and a default README.md file. The job then creates a standardized set of branch permissions.
We want to enforce that all repositories are created using this Jenkins job. Unfortunately, some project admins continue to use the "Create Repository" link on their project page and end up creating repositories that do not conform to our standards.
I would like to remove the "Create Repository" link from the UI so that users MUST use our Jenkins job to create the repository according to our standards.
Is there a template file somewhere that I can update to get rid of the "Create Repository" link and possibly add a link to our Jenkins job?