mirror of https://gerrit.osmocom.org/osmo-ci
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.3 KiB
44 lines
1.3 KiB
---
|
|
- project:
|
|
name: Osmocom-build-tags-against-master
|
|
jobs:
|
|
- Osmocom-build-tags-against-master
|
|
|
|
- job-template:
|
|
name: 'Osmocom-build-tags-against-master'
|
|
project-type: freestyle
|
|
defaults: global
|
|
description: |
|
|
Build old releases of programs/libraries against "master of the day" libosmo*
|
|
(<a href="https://osmocom.org/issues/3765">OS#3765</a>)
|
|
node: osmocom-master
|
|
parameters:
|
|
- string:
|
|
name: BRANCH
|
|
description: |
|
|
osmo-ci.git branch where the osmocom-build-old-tags-against-master.sh gets pulled from
|
|
default: '*/master'
|
|
builders:
|
|
- shell: |
|
|
PARALLEL_MAKE=-j8 scripts/osmocom-build-old-tags-against-master.sh
|
|
scm:
|
|
- git:
|
|
branches:
|
|
- '$BRANCH'
|
|
url: https://gerrit.osmocom.org/osmo-ci
|
|
git-config-name: 'Jenkins Builder'
|
|
git-config-email: 'jenkins@osmocom.org'
|
|
triggers:
|
|
- timed: "@midnight"
|
|
publishers:
|
|
- archive:
|
|
allow-empty: false
|
|
artifacts: _temp/log/*
|
|
case-sensitive: true
|
|
only-if-success: false
|
|
- email:
|
|
notify-every-unstable-build: true
|
|
recipients: 'jenkins-notifications@lists.osmocom.org'
|
|
|
|
# vim: expandtab tabstop=2 shiftwidth=2
|