Allow verify in specific subdirectory

for the cps POC they want to be able to run the verify job on a specific sub directory only.
This allows this capabilty to be used in any verify job but is off by default and turn it on for the cps_poc job

Change-Id: Iafacb7caa201ae073085cc3b8181c6210af19d08
Signed-off-by: afenner <andrew.fenner@est.tech>
diff --git a/jjb/onap/ccsdk-features/ccsdk-features-verify-jobs.yaml b/jjb/onap/ccsdk-features/ccsdk-features-verify-jobs.yaml
index f21946e..55f8613 100644
--- a/jjb/onap/ccsdk-features/ccsdk-features-verify-jobs.yaml
+++ b/jjb/onap/ccsdk-features/ccsdk-features-verify-jobs.yaml
@@ -31,5 +31,6 @@
       - cps_poc:
           branch: '{stream}'
           jdk-version: java-11
+          subdirectory: cps
     jobs:
       - 'onap-{project-name}-{stream}-verify-java'