Change xos and services to use docker-publish instead of imagebuilder for Docker image creation
Change-Id: I4b001db4a38f74e89e371b7ca1bd27c9898798be
diff --git a/jjb/verify/vrouter.yaml b/jjb/verify/vrouter.yaml
index d801e06..0217beb 100644
--- a/jjb/verify/vrouter.yaml
+++ b/jjb/verify/vrouter.yaml
@@ -8,6 +8,7 @@
jobs:
- 'verify-vrouter-jobs':
branch-regexp: '{supported-branches-regexp}'
+ - 'publish-vrouter-jobs'
- job-group:
name: 'verify-vrouter-jobs'
@@ -22,3 +23,10 @@
- 'api-test':
dependency-jobs: 'verify_vrouter_unit-test'
pipeline_script: 'all-xos-api-test-helm.groovy'
+
+- job-group:
+ name: 'publish-vrouter-jobs'
+ jobs:
+ - 'docker-publish':
+ docker-repo: 'xosproject'
+ dependency-jobs: 'version-tag'