aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-09-19 16:29:26 +0200
committerosmith <osmith@sysmocom.de>2018-09-20 08:10:49 +0000
commit999e449501349bb3f2c891519ccb6d332608117e (patch)
tree58113670de079118946e16cab21aab2285735aad /jobs
parent3e50c20188c9dd9f8b84174182791cbbd0536271 (diff)
osmocom-debian-install.yml: new jenkins jobs
Installs most packages from the Osmocom Debian repository into a plain debian:stretch container and call the osmo-* binaries with --version (or -h). Two jobs, one for nightly and one for latest. Change-Id: Idbb43ed737e164f8cf3a0e085ed54e4c6a2d14bc Related: OS#3176
Diffstat (limited to 'jobs')
-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