-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JENKINS-32898] Fix Disable Strict Forbidden File Verification option
When Strict Forbidden File Verification option is disabled, job can still be triggered if file paths are mixed, i.e. there are some files that match forbidden file paths, and some that only match included file paths. However, when ALL files match forbidden file paths, job should not be triggered. This patch ensures this by checking whether all files match forbidden file paths if Strict Forbidden File Verification Option is disabled.
- Loading branch information
Karol Stepniewski
committed
Jun 26, 2017
1 parent
682ac6e
commit 5976fc8
Showing
2 changed files
with
62 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters