summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-01-07 21:45:57 -0500
committerTim Rozet <trozet@redhat.com>2016-01-07 21:45:57 -0500
commitac43e6543d978dc531180c3ae11d958742f44b95 (patch)
tree1f3f5fcdb5116d51e7bfe96f2f265a3e209b4d87 /jjb
parentba3da3399fbd23b688970c1e661a0c6775b5f9f4 (diff)
Adds file-paths to verify
changes to docs were still triggering full verifies even though docs is in the forbidden path, hoping adding file paths fixes this Change-Id: I7536b9033619ccc169516ef9f7965b3c3c8195e7 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/apex/apex.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index a5cc4798a..6866bf5ca 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -58,6 +58,15 @@
branches:
- branch-compare-type: 'ANT'
branch-pattern: '**/master'
+ file-paths:
+ - compare-type: ANT
+ pattern: 'ci/**'
+ - compare-type: ANT
+ pattern: 'build/**'
+ - compare-type: ANT
+ pattern: 'lib/**'
+ - compare-type: ANT
+ pattern: 'config/**'
forbidden-file-paths:
- compare-type: ANT
pattern: 'docs/**'