-
New Feature
-
Resolution: Fixed
-
Major
-
None
The aim of this feature is to be able to add constraints on job's name.
For instance a simple use case is to be sure the jobs created follow a naming convention.
This feature comes from the following thread in the jenkins-developer ML.
https://groups.google.com/forum/?hl=fr#!topic/jenkinsci-dev/rsxUpaNAe18
I have this pretty much implemented, just need to clean things up a bit more...
There will be a new extension point which allows you to not only reject job names, but also to transform these in to a new name.
The thing is, that will also have to add this check to a job update - because a rename of the job must be controlled too.
I will provide two implementation of this new extension:
I'll get back to you as soon as I'm further.