aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-15 19:31:00 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-12-15 19:31:27 +0100
commit7e12155042f87ff24280c9e2258a648f76a82153 (patch)
tree105e5599c03d70985b62c2fb2bc1e8c3fc3e2395
parent163eef27de017856aef3208122e1cf7f3e59313f (diff)
jobs: master: osmo-gsm-manuals: use new jenkins.sh, only on OsmoBuild1
-rw-r--r--jobs/master-builds.yml14
1 files changed, 3 insertions, 11 deletions
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 16e2a7c..78d373b 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -141,19 +141,11 @@
- osmo-gmr
- osmo-gsm-manuals:
+ # publishing once is plenty
+ slave_axis: !!python/tuple [OsmocomBuild1]
cmd: >
# keep first line with less indent to preserve newlines
- git clean -dxf .
- rm -rf libosmocore
- git clone git://git.osmocom.org/libosmocore
- make LIBOSMO_DIR=$PWD/libosmocore
- mkdir out/
- cp */*.pdf out/
- rsync -avz --delete -e "ssh -p 48" ./out/ docs@osmocom.org:web-files/latest/
- publishers:
- - archive:
- artifacts: '*/*.pdf'
- allow-empty: true
+ ./contrib/jenkins.sh --publish
- osmo-hlr:
slave_axis: !!python/tuple [linux_amd64_debian8, linux_amd64_debian9]