From 5434eb477f71d0314521e91ee860983582919585 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 17 Jan 2020 15:36:46 +0100 Subject: osmocom-release-tarballs: publish with rsync Related: OS#3870 Change-Id: I5f88ae0c483ed03c42c47d1cd207ac2722cfa083 --- jobs/osmocom-release-tarballs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'jobs') 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 (OS#3870). +

+ Publishes to: https://ftp.osmocom.org/releases 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 -- cgit v1.2.3