Is there a particular way of enforcing log messages only for a couple of branches in stash (say master or develop). In other feature branches we don't want to enforce a log message format as of now. Developers are free to create the branches they want (the build will happen only when a merge happens to a branch - say "develop" )
We downloaded the yacc plugin, but I don't see a way to not enforce a commit messages in that depending on branch names
Nirmal,
There is a paid add-on available in the Atlassian Marketplace called ScriptRunner for Stash which allows you to conditionally enforce a number things including commit messages. There are a number of canned conditions available as examples, or you can write your own using Groovy. These Pre-Receive Hooks can be configured for your whole Stash instance, select projects or repositories. The protect git references pre-receive hook includes example conditions for both a master branch and a feature branch and much more.
For example, you can enforce trusted commit authors (see how in our documentation), enforce naming conventions or write your own custom pre-receive hook.
I hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.