0
Good afternoon to all.
I built an integration between GIT and Jenkins so that builds run with publish parameters on application servers.
Then I set the GIT plugin to the project path and on Branch Specifier (Blank for 'any') the branch master
and on 'Periodically Consult SCM' I set up to check for changes one in a minute.
Is there a way to get builds to be generated only with changes to the GIT project, that is, when the dev changes and commits? And so remove that branch check from the SCM every minute?