Dominique Brice edited a comment on Improvement JENKINS-5253

My testing procedure:

  • on-the-fly validation in job settings
    • create a new job, keep default settings in Artifacts Archiving, enter a valid path: no warning display
    • change some of the valid pattern to opposite case, get a warning message
    • uncheck the "Treat include and exclude patterns as case sensitive" checkbox, warning goes away
    • put the pattern to the correct case again, still no warning
  • actual archiving at build time
    • configure a job with a 'matching' pattern but with incorrect case, uncheck the "case sensitive" option -> artifacts are correctly archived at build time
    • configure a job with a 'matching' pattern but with incorrect case, check the "case sensitive" option -> artifacts are NOT archived at build time
    • configure a job with a matching pattern and correct case, check the "case sensitive" option -> artifacts are correctly archived at build time
    • configure a job with a matching pattern and correct case, uncheck the "case sensitive" option -> artifacts are correctly archived at build time
    • configure a job with a not matching pattern, uncheck the "case sensitive" option -> nothing is archived at build time

My results:

  • MacOS X (10.9.5, java 1.7.0-45): OK
  • Windows: will test later on Windows 7
  • Linux: I don't have one
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to