Do not trigger build file patterns
Hi,
What is the format of the file patterns for not triggering a build
(label:"Do not trigger build if all changed file names match any of the
following wildcards")? Is it possible to specify the path (relative to the
project dir in the agent's work dir), and not just the filename. Like:
api/*/ - all files in directory 'api' and it's sub dirs
api2/some/.xml - all xml files in dirs starting with 'some' within dir
api2
api3/?/* - all files in dirs with single character name within directory
'api3'
Is it possible?
Melv
Please sign in to leave a comment.
Hello Melv,
Yes, you can match the whole file path, but it should be file path in the
change, not relative path in the project (you can view some change in the
project to understand how is it presented). For cvs it is relative path, for
perforce depot file path,
for svn it is file url).
--
Olesya Smirnova
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Melv Ng" <pkng8791@hotmail.com> wrote in message
news:efvmv0$648$1@is.intellij.net...
>
>
>
>
Thanks Olesya, it works great :)
Melv
"Olesya Smirnova" <Olesya.Smirnova@jetbrains.com> wrote in message
news:eg0235$s5j$1@is.intellij.net...
>
>
>> Hi,
>>
>> What is the format of the file patterns for not triggering a build
>> (label:"Do not trigger build if all changed file names match any of the
>> following wildcards")? Is it possible to specify the path (relative to
>> the project dir in the agent's work dir), and not just the filename.
>> Like:
>>
>> api/*/ - all files in directory 'api' and it's sub dirs
>> api2/some/.xml - all xml files in dirs starting with 'some' within dir
>> api2
>> api3/?/* - all files in dirs with single character name within directory
>> 'api3'
>>
>> Is it possible?
>>
>> Melv
>>
>