I am new to Jenkins.
I have a scenario where, I have to build my project in two ways.
1) If there is any commit
2) If there is any changes in some particular files.
I have to call different build scripts in each case.
So how i can achieve this??
Is it possible to setup a post commit Hook based on changes in particular files??
I am using Mercurial as version control system
Thanks in advance