Add docker-publish and license scan jobs for upf-epc repo

Change-Id: I4b30fd357e387d8901df3452161bedaf336ed1bb
diff --git a/jjb/omec-ci.yaml b/jjb/omec-ci.yaml
index b492b67..2556471 100644
--- a/jjb/omec-ci.yaml
+++ b/jjb/omec-ci.yaml
@@ -169,6 +169,28 @@
           pipeline-file: 'omec-reuse-scan.groovy'
           build-node: 'omec-qa'
 
+# for upf-epc
+- project:
+    name: upf-epc
+    project: '{name}'
+
+    github-organization: 'omec-project'
+
+    github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003'
+    github_pr_org_list:
+      - 'omec-project'
+
+    jobs:
+      - 'omec-fossa':
+          pipeline-file: 'omec-fossa-scan.groovy'
+          build-node: 'omec-qa'
+      - 'omec-reuse':
+          pipeline-file: 'omec-reuse-scan.groovy'
+          build-node: 'omec-qa'
+      - 'docker-publish-github':
+          build-timeout: 30
+          docker-repo: 'omecproject'
+
 # Combined pipeline
 - job-template:
     id: 'omec-combined'