osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/30381 )
Change subject: jobs: new naming scheme for ftp.osmocom.org keys ......................................................................
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 --- M jobs/osmocom-api.yml M jobs/osmocom-release-tarballs.yml 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/jobs/osmocom-api.yml b/jobs/osmocom-api.yml index f91779d..132a1d6 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 3d11bd3..fad7462 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