Good afternoon everyone.
I've built an integration between GIT and Jenkins so that builds run with publishing parameters on application servers.
Then I set up the GIT plugin the project path and in Branch Specifier (blank for 'any') the branch master
and in 'Query Periodically the SCM' set to do the changes check one in a minute.
Is there a way to make builds only generated with GIT project changes, that is, when the dev should change and commit? So, remove this SCM branch check from minute to minute?