osmo-ci/jobs/osmocom-debian-install.yml

35 lines
856 B
YAML

---
- 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"
publishers:
- email:
notify-every-unstable-build: true
recipients: 'jenkins-notifications@lists.osmocom.org'
# vim: expandtab tabstop=2 shiftwidth=2