fixing onos-app scm
Change-Id: I509d075126ae4579452621a58bcc68fab2dfd85c
diff --git a/jjb/cord-onos-app-publishing.yaml b/jjb/cord-onos-app-publishing.yaml
index 1ed31ac..8c3dfe7 100644
--- a/jjb/cord-onos-app-publishing.yaml
+++ b/jjb/cord-onos-app-publishing.yaml
@@ -27,17 +27,12 @@
concurrent: true
pipeline-scm:
+ script-path: 'Jenkinsfile'
scm:
- - cord-infra-gerrit-repo-scm:
- manifest-url: '{gerrit-server-url}/{cord-repo-manifest}'
- branch: 'master'
- destination-dir: 'cord'
- script-path: 'cord/onos-apps/Jenkinsfile'
-
- config-file-provider:
- files:
- - file-id: onoscord-apps
- target: '~/.m2/settings.xml'
+ - git:
+ url: '{gerrit-server-url}/cord-onos-publisher'
+ branches:
+ - 'master'
triggers:
- timed: |