Specify a comma separated list of filename patterns that you would like to explicitly exclude from the Jenkins change set. The pattern is applied to the $CHANGE_SET environment variable, and will affect which files are analyzed in a delta analysis (cov-run-desktop). Examples:
File Name Pattern Will be excluded
test.java *.java Yes
test.java *.jpg No
test.java test.* Yes
test.java test.???? Yes
test.java test.????? No