Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-13147

Perforce Plugin's Poll Exclude File(s) is case sensitive causing checkins with different cases in their path not to get excluded

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • p4-plugin
    • None

      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!

            rpetti Rob Petti
            pmaccamp Patrick McKeown
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: