jobs: master-builds.yml: allow osmo-gsm-manuals to build anywhere

When https://gerrit.osmocom.org/#/c/7725/ has been merged, there
is no need to limit this build to OsmocomApi.

Change-Id: Ic5fe39b643e7a15dbfd2efd55dce78dde30cf099
This commit is contained in:
Alexander Couzens 2018-04-10 17:32:37 +02:00 committed by Harald Welte
parent fd5b9fd097
commit 156990fb07
1 changed files with 7 additions and 1 deletions

View File

@ -17,6 +17,7 @@
sequential: false sequential: false
# most common build invocation # most common build invocation
cmd: ./contrib/jenkins.sh cmd: ./contrib/jenkins.sh
wrappers: []
trigger: trigger:
# in alphabetical order # in alphabetical order
@ -206,10 +207,14 @@
- osmo-gsm-manuals: - osmo-gsm-manuals:
# publishing once is plenty # publishing once is plenty
slave_axis: !!python/tuple [OsmocomBuild1]
cmd: > cmd: >
# keep first line with less indent to preserve newlines # keep first line with less indent to preserve newlines
./contrib/jenkins.sh --publish ./contrib/jenkins.sh --publish
# requires to have a ssh-key credentials called "api" (Id)
wrappers:
- ssh-agent-credentials:
users:
- api
- osmo-hlr - osmo-hlr
@ -385,5 +390,6 @@
- email: - email:
recipients: gerrit-log@lists.osmocom.org, laforge@gnumonks.org recipients: gerrit-log@lists.osmocom.org, laforge@gnumonks.org
send-to-individuals: true send-to-individuals: true
wrappers: '{obj:wrappers}'
# vim: expandtab tabstop=2 shiftwidth=2 # vim: expandtab tabstop=2 shiftwidth=2