jobs/registry-rebuild-upload-titan: new job

Trigger for this job will be added in follow-up patch.

Related: OS#5017
Change-Id: I2c4b264abf760894edb0788054fd987f9346b6ec
This commit is contained in:
Oliver Smith 2021-02-11 11:50:05 +01:00 committed by osmith
parent 9bfdbd13e8
commit 7433811c62
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
---
- project:
name: registry-rebuild-upload-titan
jobs:
- registry-rebuild-upload-titan
- job:
name: registry-rebuild-upload-titan
description: |
Rebuild + push ttcn3 base images (debian-stretch-titan) in our private
registry.osmocom.org
<br><br>
Related:<br>
<ul>
<li> <a href="https://osmocom.org/issues/5017">OS#5017</a>
</ul>
node: osmocom-master-debian9
scm:
- git:
url: git://git.osmocom.org/docker-playground
skip-tag: true
branches:
- 'origin/master'
builders:
- shell: |
REGISTRY="registry.osmocom.org"
make -C debian-stretch-titan REGISTRY_HOST=$REGISTRY
docker push "$REGISTRY/$USER/debian-stretch-titan"
publishers:
- email:
notify-every-unstable-build: true
recipients: 'jenkins-notifications@lists.osmocom.org'
# vim: expandtab tabstop=2 shiftwidth=2