aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmocom-obs-latest.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/osmocom-obs-latest.yml')
-rw-r--r--jobs/osmocom-obs-latest.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/jobs/osmocom-obs-latest.yml b/jobs/osmocom-obs-latest.yml
new file mode 100644
index 0000000..337e067
--- /dev/null
+++ b/jobs/osmocom-obs-latest.yml
@@ -0,0 +1,22 @@
+---
+- project:
+ name: Osmocom_OBS_latest
+ jobs:
+ - Osmocom_OBS_latest
+
+- job:
+ name: 'Osmocom_OBS_latest'
+ project-type: freestyle
+ defaults: global
+ description: 'Generated by job-builder'
+ node: linux_amd64_debian8
+ builders:
+ - shell:
+ ./scripts/osmocom-latest-packages.sh
+ scm:
+ - git:
+ url: git://git.osmocom.org/osmo-ci
+ git-config-name: 'Jenkins Builder'
+ git-config-email: 'jenkins@osmocom.org'
+ triggers:
+ - timed: "@midnight"