summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/testsuite/testsuite.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml
new file mode 100644
index 000000000..399a53558
--- /dev/null
+++ b/jjb/testsuite/testsuite.yaml
@@ -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'