--- - project: name: Osmocom_OBS jobs: - Osmocom_OBS_{type} type: - nightly - latest - job-template: name: 'Osmocom_OBS_{type}' project-type: freestyle defaults: global description: | (Generated by job-builder) node: obs parameters: - string: name: BRANCH description: osmo-ci.git branch default: 'refs/remotes/origin/master' builders: - shell: ./scripts/osmocom-{type}-packages.sh scm: - git: branches: - '$BRANCH' url: git://git.osmocom.org/osmo-ci git-config-name: 'Jenkins Builder' git-config-email: 'jenkins@osmocom.org' triggers: - timed: "H 01 * * *" # run before osmocom-debian-install.yml publishers: - email: notify-every-unstable-build: true recipients: 'jenkins-notifications@lists.osmocom.org' # vim: expandtab tabstop=2 shiftwidth=2