summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSudarshan Kumar <sudars19@in.ibm.com>2019-06-14 13:23:02 +0530
committerSudarshan Kumar <sudars19@in.ibm.com>2019-06-14 13:25:02 +0530
commitfea5c4fb1b44a78ed4fe0818c9bc28d00eb06c89 (patch)
tree8aece806bcef02acf3c0bbde11842ed85315d7c6
parentad8a664ddcc963575366d1824045571aa58f974a (diff)
Added subproject called engine
Added subproject called engine in optf-fgps.yaml Issue-ID: CIMAN-256 Change-Id: I0891c949a673a0a5e21f70195cbe9cfe93f86e68 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
-rw-r--r--jjb/optf/optf-fgps.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/optf/optf-fgps.yaml b/jjb/optf/optf-fgps.yaml
index 66bbdbddf..110d1ecc7 100644
--- a/jjb/optf/optf-fgps.yaml
+++ b/jjb/optf/optf-fgps.yaml
@@ -12,6 +12,10 @@
path: 'valetapi'
pattern: 'valetapi/**'
pom: 'pom.xml'
+ - 'engine':
+ path: 'engine'
+ pattern: 'engine/**'
+ pom: 'pom.xml'
jobs:
- '{project-name}-{stream}-{subproject}-verify-python'
- '{project-name}-{stream}-{subproject}-verify-java'