Plugin Information
This plugin extends creating job.
When you create a job, it sets automatically all rights on the creator.

Changelog
1.5
- Dynamic permission definitions allow you to automaticly grant
permissions to specifig groups at job creation time. You can define a
regular expression to get information from the jobs name. e.g. if all
your jobs follow a naming standard, like this: 'group.GROUP.FreeForm',
you can define a pattern like 'group.(.).(.)' and reuse the
regular expression groups in the group format.
(special thanks to domi)
1.4
- Add documentation
- activate/desactivate automatically set anonymous rights
- (special tks to jsiirola)
1.3
- Create an interface in hudson configuration
- activate/desactivate automatically set owner rights
- activate/desactivate replace space with "-" in the job name
- define default log rotator value
1.2
Fix to work on version 1.334
1.1
Fix bug if you create a job with template
1.0
Initial Import