- job: name: update-osmo-ci-on-slaves project-type: matrix axes: - axis: type: slave name: label values: [ OsmocomBuild1, build1-debian9-lxc, build2-deb8build ] properties: - build-discarder: days-to-keep: 30 num-to-keep: 120 scm: - git: url: git://git.osmocom.org/osmo-ci git-config-name: 'Jenkins Builder' git-config-email: 'jenkins@osmocom.org' skip-tag: true triggers: - pollscm: cron: "H/5 * * * *" ignore-post-commit-hooks: false builders: - shell: './contrib/jenkins.sh' description: | Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY! # vim: expandtab tabstop=2 shiftwidth=2