Merge "Add docker-publish and license scan jobs for upf-epc repo"
diff --git a/jjb/omec-ci.yaml b/jjb/omec-ci.yaml
index f1afffd..5dc22a0 100644
--- a/jjb/omec-ci.yaml
+++ b/jjb/omec-ci.yaml
@@ -172,6 +172,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'