jenkins-hugo/.ci
Stefan Reimer fa1000a92f
ZeroDownTime/jenkins-hugo/pipeline/head This commit looks good Details
Initial commit
2022-11-18 12:58:37 +01:00
..
vars Initial commit 2022-11-18 12:58:37 +01:00
LICENSE Initial commit 2022-11-18 12:58:37 +01:00
README.md Initial commit 2022-11-18 12:58:37 +01:00
podman.mk Initial commit 2022-11-18 12:58:37 +01:00

README.md

ci-tools-lib

Various toolchain bits and pieces shared between projects

Quickstart

Create top-level Makefile

REGISTRY := <your-registry>
IMAGE := <image_name>
REGION := <AWS region of your registry>

include .ci/podman.mk

Add subtree to your project:

git subtree add --prefix .ci https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git master --squash

Jenkins

Shared groovy libraries

Make

Common Makefile include