We have a Crowd server containing names and mail addresses of all developers.
Now in Stash we want to make sure that each push contains only commits from authors known to Crowd, i.e. for each commit there should be a entry in crowd matching the authors real name and email.
Is there already some kind of hook plugin for that?
If not, I probably have to write my own plugin. Any hints about that?
There is an Enforce Author Hook available in the marketplace that is similar but not quite the same as your requirement. A similar plugin could be created, or perhaps the author could adapt it for this use case also.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.