From aa13c6e30207b21e80c2883ac143f09ca405e3c2 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 30 Nov 2022 12:54:46 +0100 Subject: [PATCH] jobs: new naming scheme for ftp.osmocom.org keys Use new ssh keys for ftp.osmocom.org with consistent naming scheme. It was not possible to use @ in the ID name for new IDs, so I've used an underscore instead. Change-Id: Id0cf70e70944cf1a1963e0046b1470a0485c05f8 --- jobs/osmocom-api.yml | 2 +- jobs/osmocom-release-tarballs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/osmocom-api.yml b/jobs/osmocom-api.yml index f91779da..132a1d62 100644 --- a/jobs/osmocom-api.yml +++ b/jobs/osmocom-api.yml @@ -15,7 +15,7 @@ wrappers: - ssh-agent-credentials: users: - - api@osmocom + - api_ftp.osmocom.org parameters: - string: name: BRANCH diff --git a/jobs/osmocom-release-tarballs.yml b/jobs/osmocom-release-tarballs.yml index 3d11bd38..fad7462c 100644 --- a/jobs/osmocom-release-tarballs.yml +++ b/jobs/osmocom-release-tarballs.yml @@ -42,6 +42,6 @@ wrappers: - ssh-agent-credentials: users: - - releases + - releases_ftp.osmocom.org # vim: expandtab tabstop=2 shiftwidth=2