fixing scm on onos-app-publishing

Change-Id: Ibfdcc1ab977052e5cca0ee0b584dfbd4071bd983
diff --git a/jjb/cord-onos-app-publishing.yaml b/jjb/cord-onos-app-publishing.yaml
index 4d29217..87cca8c 100644
--- a/jjb/cord-onos-app-publishing.yaml
+++ b/jjb/cord-onos-app-publishing.yaml
@@ -9,6 +9,7 @@
     jobs:
       - 'onos-app-publishing'
 
+
 - job-template:
     id: onos-app-publishing
     name: 'cord-onos-app-publishing'
@@ -26,12 +27,12 @@
     concurrent: true
 
     pipeline-scm:
-      script-path: 'Jenkinsfile'
       scm:
-        - git:
-           url: '{gerrit-server-url}/cord-onos-publisher'
-           branches:
-             - 'master'
+        - cord-infra-gerrit-repo-scm:
+          manifest-url: '{gerrit-server-url}/{cord-repo-manifest}'
+          branch: 'master'
+          destination-dir: 'cord'
+      script-path: 'cord-onos-publisher/Jenkinsfile'
 
     triggers:
        - timed: |