aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-04-10 17:32:37 +0200
committerHarald Welte <laforge@gnumonks.org>2018-04-11 16:51:24 +0000
commit156990fb0777078b154522d735cc4d37c62bc21d (patch)
tree8fdec068a13f86f3982523e4a57e9bba1ed31cc6
parentfd5b9fd0978370af39eb9cfa6dc0412942310644 (diff)
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
-rw-r--r--jobs/master-builds.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 79ce8c2..dff78fa 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -17,6 +17,7 @@
sequential: false
# most common build invocation
cmd: ./contrib/jenkins.sh
+ wrappers: []
trigger:
# in alphabetical order
@@ -206,10 +207,14 @@
- osmo-gsm-manuals:
# publishing once is plenty
- slave_axis: !!python/tuple [OsmocomBuild1]
cmd: >
# keep first line with less indent to preserve newlines
./contrib/jenkins.sh --publish
+ # requires to have a ssh-key credentials called "api" (Id)
+ wrappers:
+ - ssh-agent-credentials:
+ users:
+ - api
- osmo-hlr
@@ -385,5 +390,6 @@
- email:
recipients: gerrit-log@lists.osmocom.org, laforge@gnumonks.org
send-to-individuals: true
+ wrappers: '{obj:wrappers}'
# vim: expandtab tabstop=2 shiftwidth=2