[
https://issues.jenkins-ci.org/browse/JENKINS-13147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160456#comment-160456
]
dogfood commented on JENKINS-13147:
-----------------------------------
Integrated in !http://ci.jenkins-ci.org/images/16x16/blue.png!
[plugins_perforce #202|http://ci.jenkins-ci.org/job/plugins_perforce/202/]
[FIXED JENKINS-13147] Added case sensitivity option for exclusion of files
during polling (Revision d825526215b0a3f1ae9a172d6f3e33ff0b3dab8f)
Result = SUCCESS
Rob Petti :
Files :
* src/main/resources/hudson/plugins/perforce/PerforceSCM/config.jelly
* src/main/java/hudson/plugins/perforce/PerforceSCM.java
* src/test/java/hudson/plugins/perforce/PerforceSCMTest.java
> Perforce Plugin's Poll Exclude File(s) is case sensitive causing checkins
> with different cases in their path not to get excluded
> --------------------------------------------------------------------------------------------------------------------------------
>
> Key: JENKINS-13147
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13147
> Project: Jenkins
> Issue Type: Improvement
> Components: perforce
> Affects Versions: current
> Reporter: Patrick McKeown
> Assignee: Rob Petti
> Priority: Minor
>
> Say I am excluding //depot/Branch/*
> If someone checks in a file
> //depot/Branch/test.txt
> it will properly be exluded
> but if they check in a file as
> //depot/branch/test.txt
> the case difference will cause it to not be excluded.
> The problem stems from the fact that you can add files to perforce with
> different cases because it is case insensitive.
> I would like the exclude list to be case insensitive as well, or at least add
> an option for it to be.
> Thanks for the awesome plugin!
--
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