aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jobs/osmocom-debian-install.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/jobs/osmocom-debian-install.yml b/jobs/osmocom-debian-install.yml
new file mode 100644
index 0000000..823db3c
--- /dev/null
+++ b/jobs/osmocom-debian-install.yml
@@ -0,0 +1,30 @@
+---
+- project:
+ name: Osmocom-Debian-install
+ jobs:
+ - Osmocom-Debian-install-{type}
+ type:
+ - nightly
+ - latest
+
+- job-template:
+ name: 'Osmocom-Debian-install-{type}'
+
+ project-type: freestyle
+ defaults: global
+ description: 'Generated by job-builder'
+ node: osmocom-master-debian9
+ builders:
+ - shell:
+ cd debian-repo-install-test && FEED={type} ./jenkins.sh
+ scm:
+ - git:
+ branches:
+ - '*/master'
+ url: git://git.osmocom.org/docker-playground
+ git-config-name: 'Jenkins Builder'
+ git-config-email: 'jenkins@osmocom.org'
+ triggers:
+ - timed: "@midnight"
+
+# vim: expandtab tabstop=2 shiftwidth=2