aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmocom-obs.yml
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-05-02 16:50:49 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-05-02 16:50:49 +0200
commitefbe93e7893be126a959abfb2a23f9a4b2656bbf (patch)
tree72a692c5a5404a7aa73ae4a06721ca9e5da22ce0 /jobs/osmocom-obs.yml
parent212b01a4680b75bce17c3ebdf115878bade23fb0 (diff)
jobs: rename osmocom-obs-latest.yml -> osmocom-obs.yml
Prepare to template nightly and latest in one file Change-Id: If080cca2ab51a7aab9c85da9f07c51179134f8c6
Diffstat (limited to 'jobs/osmocom-obs.yml')
-rw-r--r--jobs/osmocom-obs.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/jobs/osmocom-obs.yml b/jobs/osmocom-obs.yml
new file mode 100644
index 0000000..e6e63f9
--- /dev/null
+++ b/jobs/osmocom-obs.yml
@@ -0,0 +1,24 @@
+---
+- 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: obs
+ 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"
+
+# vim: expandtab tabstop=2 shiftwidth=2