osmo-ci/jobs/registry-triggers.yml

36 lines
907 B
YAML

- project:
name: registry-triggers
jobs:
- 'registry-trigger-{repos}'
repos:
- osmo-ttcn3-hacks:
# Cache is invalidated on changes in deps/Makefile (OS#5017)
trigger: >
registry-rebuild-upload-titan
- job-template:
name: 'registry-trigger-{repos}'
description: |
Update registry.osmocom.org after changes in {repos}.
properties:
- build-discarder:
days-to-keep: 30
num-to-keep: 30
scm:
- git:
url: https://gerrit.osmocom.org/{repos}
branches:
- 'origin/master'
trigger:
email: jenkins-notifications@lists.osmocom.org
triggers:
- pollscm:
cron: "H/5 * * * *"
ignore-post-commit-hooks: false
- timed: "H 02 * * *"
publishers:
- trigger:
project: '{obj:trigger}'
# vim: expandtab tabstop=2 shiftwidth=2