jobs/master-builds: use osmo-iuh/master for asn1c

As discussed with Pau, let's build the "osmo-iuh/master" branch of our
asn1c.git repository in jenkins. This branch is what we actually use for
osmo-iuh and "master" should track upstream master.

Related: OS#2435
Change-Id: Ic97a23a175b301e6f42f7ca67deb84dcc3ee3f90
This commit is contained in:
Oliver Smith 2022-12-21 16:14:14 +01:00 committed by laforge
parent 57a9e54524
commit 48614942c6
1 changed files with 6 additions and 3 deletions

View File

@ -48,12 +48,16 @@
trigger:
email: jenkins-notifications@lists.osmocom.org laforge@gnumonks.org
git_base_url: https://gerrit.osmocom.org
branches:
- master
ssh:
- docs_ftp.osmocom.org
# in alphabetical order
repos:
- asn1c
- asn1c:
branches:
- osmo-iuh/master
- libasn1c:
# Full triggers would be:
@ -518,8 +522,7 @@
scm:
- git:
url: "{git_base_url}/{repos}"
branches:
- 'origin/master'
branches: '{obj:branches}'
refspec:
name:
wipe-workspace: false