Add CD job for tost-onos
Change-Id: I529c37181d2584f49f7b4c1623f0f1b1c21a6096
diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml
index 16471ab..7b5200c 100644
--- a/jjb/defaults.yaml
+++ b/jjb/defaults.yaml
@@ -87,6 +87,11 @@
# tests or test output generation may not yet exist.
junit-allow-empty-results: false
+ # Name of the Docker repository (usually on DockerHub) that is the
+ # destination for images to be pushed to after building.
+ # Default is invalid - must be specified on every job.
+ docker-repo: 'default-and-invalid'
+
# URL of the Docker registry (server running a docker registry) that is the
# destination for images to be pushed to after building. If set, must
# include trailing slash as a separator before the repo name.
@@ -95,3 +100,7 @@
# ONF docker credentials for onfbuilder user
docker-credentials-id: 'docker-artifact-push-credentials'
+
+ # maintainers
+ # Used to notify users in supported tests
+ maintainers: 'zdw@opennetworking.org'