You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
- project:
|
|
|
|
name: registry-rebuild-upload-fpga-build
|
|
|
|
jobs:
|
|
|
|
- registry-rebuild-upload-fpga-build
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: registry-rebuild-upload-fpga-build
|
|
|
|
description: |
|
|
|
|
Rebuild + push fpga-build docker images in our private registry.osmocom.org
|
|
|
|
node: osmocom-master
|
|
|
|
scm:
|
|
|
|
- git:
|
|
|
|
url: https://gerrit.osmocom.org/docker-playground
|
|
|
|
skip-tag: true
|
|
|
|
branches:
|
|
|
|
- 'origin/master'
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- shell: |
|
|
|
|
REGISTRY="registry.osmocom.org"
|
|
|
|
cd debian-buster-build && make
|
|
|
|
cd ..
|
|
|
|
cd fpga-build && make REGISTRY_HOST=$REGISTRY
|
|
|
|
docker push $REGISTRY/$USER/fpga-build
|
|
|
|
cd ..
|
|
|
|
triggers:
|
|
|
|
- timed: "@weekly"
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- email:
|
|
|
|
notify-every-unstable-build: true
|
|
|
|
recipients: 'jenkins-notifications@lists.osmocom.org'
|
|
|
|
|
|
|
|
# vim: expandtab tabstop=2 shiftwidth=2
|