Run verify job on project-named branches, not cord-named branches

Change-Id: I108c940d0a39d5bd79cef38598da05a5b0321be3
diff --git a/jjb/maven/olt.yaml b/jjb/maven/olt.yaml
index a84c9bc..cc8da23 100644
--- a/jjb/maven/olt.yaml
+++ b/jjb/maven/olt.yaml
@@ -7,7 +7,7 @@
 
     jobs:
       - 'olt-gerrit':
-          branch-regexp: '{supported-branches-regexp}'
+          branch-regexp: '^(master|{name}-.*)$'
 
 - job-group:
     name: 'olt-gerrit'