[ 
https://issues.jenkins-ci.org/browse/JENKINS-13296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161367#comment-161367
 ] 

dogfood commented on JENKINS-13296:
-----------------------------------

Integrated in !http://ci.jenkins-ci.org/images/16x16/blue.png! 
[plugins_perforce #215|http://ci.jenkins-ci.org/job/plugins_perforce/215/]
     [JENKINS-13296] check that non-excluded files are actually in the view 
before considering the changelist non-excluded (Revision 
0dc62e323624872d0a47c17a3ed268000d6c4374)

     Result = SUCCESS
Rob Petti : 
Files : 
* src/main/java/hudson/plugins/perforce/PerforceSCM.java
* src/test/java/hudson/plugins/perforce/PerforceSCMTest.java

                
> Changelists that include excluded files and files outside of the client view 
> will trigger a build.
> --------------------------------------------------------------------------------------------------
>
>                 Key: JENKINS-13296
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13296
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: perforce
>            Reporter: Patrick McKeown
>            Assignee: Rob Petti
>            Priority: Minor
>
> If there is already a way to handle this I apologize, looked around but 
> didn't find anything.
> Given a client spec 
> //depot/test/... //client/test/...
> with an exclude list such as
> //depot/test/exclude/...
> and polling turned on-
> if someone submits a changelist with an excluded file and a file outside the 
> client spec such as 
> changelist 1234
> //depot/test/exclude/example.txt#1
> //depot/test2/example2.txt#1
> then //depot/test2/example2.txt#1 will trigger the build as it does not match 
> anything in the exclude list.
> I would like a way to consider any files outside of the client spec as 
> excluded files without actually having to specify them.  Thanks!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to