Is there a way to use mercurial SCM polling with some kind of exclusion? I have this setup that my Jenkins tags, commits and pushes a good build's version back to the repository where it pulled from. This causes the next SCM poll to discover the changes and trigger a new build. It causes an endless builds loop...
I looked into the Pathignore plugin, but it crashed my Jenkins and didn't work at all after I succeeded bringing Jenkins back up :-( Thx.