aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-01-17 15:36:46 +0100
committerOliver Smith <osmith@sysmocom.de>2020-01-17 15:52:16 +0100
commit5434eb477f71d0314521e91ee860983582919585 (patch)
treea3b665c8d8ade2706fbccce2c6286b777c6baddb
parentd93fd48da9a4f3903be459a30459ab9d48d5cff3 (diff)
osmocom-release-tarballs: publish with rsync
-rw-r--r--jobs/osmocom-release-tarballs.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/jobs/osmocom-release-tarballs.yml b/jobs/osmocom-release-tarballs.yml
index 56f5777..fd078be 100644
--- a/jobs/osmocom-release-tarballs.yml
+++ b/jobs/osmocom-release-tarballs.yml
@@ -10,6 +10,8 @@
defaults: global
description: |
For each relevant Osmocom repository and its tags, build release tarballs (<a href="https://osmocom.org/issues/3870">OS#3870</a>).
+ <br><br>
+ Publishes to: <a href="https://ftp.osmocom.org/releases/">https://ftp.osmocom.org/releases</a>
parameters:
- string:
name: BRANCH_OSMO_CI
@@ -33,6 +35,10 @@
-w /osmo-ci \
-e KEEP_TEMP="$KEEP_TEMP" \
"$USER/debian-stretch-build-dist" /osmo-ci/scripts/osmocom-release-tarballs.sh
+
+ SSH_COMMAND="ssh -p 48"
+ cd _release_tarballs
+ rsync -avz --delete -e "$SSH_COMMAND" . releases@rita.osmocom.org:web-files/
scm:
- git:
branches:
@@ -50,5 +56,9 @@
- email:
notify-every-unstable-build: true
recipients: 'jenkins-notifications@lists.osmocom.org'
+ wrappers:
+ - ssh-agent-credentials:
+ users:
+ - releases
# vim: expandtab tabstop=2 shiftwidth=2