adding in testsuite dockerjob 33/1133/1
authorDR695H <dr695h@att.com>
Tue, 21 Feb 2017 20:24:41 +0000 (15:24 -0500)
committerDR695H <dr695h@att.com>
Tue, 21 Feb 2017 20:24:50 +0000 (15:24 -0500)
adding a job to allow docker build to run on the robot testsuite build

Change-Id: I22e02828453cea9d297e99d2fdbcab348e45af1f
Signed-off-by: DR695H <dr695h@att.com>
jjb/testsuite/testsuite.yaml [new file with mode: 0644]

diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml
new file mode 100644 (file)
index 0000000..399a535
--- /dev/null
@@ -0,0 +1,14 @@
+---
+- project:
+    name: testsuite
+    project-name: 'testsuite'
+    jobs:
+      - '{project-name}-{stream}-docker-shell-daily'
+
+    project: 'testsuite'
+
+    stream:
+      - 'master':
+          branch: 'master'
+
+    mvn-settings: 'testsuite-settings'