Merge "Change to use github repo for OMEC project Jenkinsfiles"
diff --git a/jjb/license-check.yaml b/jjb/license-check.yaml
index d1f282f..830a36c 100644
--- a/jjb/license-check.yaml
+++ b/jjb/license-check.yaml
@@ -57,10 +57,10 @@
     concurrent: true
 
     pipeline-scm:
-      script-path: 'Jenkinsfile-mcord-license-check'
+      script-path: 'Jenkinsfile-license-check.groovy'
       scm:
         - git:
-           url: '{gerrit-server-url}/cord-tester'
+           url: 'https://github.com/omec-project/omec-project-ci'
            branches:
              - 'master'
 
diff --git a/jjb/omec-ci.yaml b/jjb/omec-ci.yaml
index 005339f..8f10e43 100644
--- a/jjb/omec-ci.yaml
+++ b/jjb/omec-ci.yaml
@@ -40,15 +40,15 @@
 
       - string:
          name: notificationEmail
-         default: 'luca@opennetworking.org'
+         default: 'omecproject-support@opennetworking.org'
          description: ''
 
     concurrent: true
 
     pipeline-scm:
-      script-path: 'Jenkinsfile-mcord-new-build-vms'
+      script-path: 'Jenkinsfile-build-vms.groovy'
       scm:
         - git:
-           url: '{gerrit-server-url}/cord-tester'
+           url: 'https://github.com/omec-project/omec-project-ci'
            branches:
              - 'master'