Integrate ZDT ci

This commit is contained in:
Stefan Reimer 2023-05-20 12:03:02 +00:00
parent c0fb0c9536
commit 8b52ca34b8
2 changed files with 10 additions and 0 deletions

5
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,5 @@
library identifier: 'zdt-lib@master', retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git'])
buildPodman name: 'tty-prometheus-exporter-merger'

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
REGISTRY := public.ecr.aws/zero-downtime
IMAGE := tty-prometheus-exporter-merger
REGION := us-east-1
include .ci/podman.mk