I'm not sure about the TFS plugin, but you could look at
https://wiki.jenkins-ci.org/display/JENKINS/Pathignore+Plugin

On Tue, Jun 26, 2012 at 2:37 PM, Chip Whitmer <
cwhit...@servicerepairsolutions.com> wrote:

> CruiseControl's configuration file includes an element <modificationset>
> with an optional attribute named "ignoreFiles". (See
> http://cruisecontrol.sourceforge.net/main/configxml.html#modificationset)
>
> This allows you to exclude certain files so that changes to those files do
> NOT trigger a new build. For example, if your build process increments a
> counter in a configuration file, you don't want that change to trigger a
> new build -- so you don't get into a loop where each build modifies a file
> which in turn causes a new build.
>
> Is there any way to do this in Jenkins, using the TFS plugin?
>
> -Chip Whitmer
>
>

Reply via email to