osmo-ci/jobs/osmocom-obs.yml

25 lines
547 B
YAML
Raw Normal View History

---
- 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