From af857482a3bd7e24b4a6d72ebd53e2911213a746 Mon Sep 17 00:00:00 2001 From: bstein Date: Wed, 17 Dec 2025 12:27:57 -0300 Subject: [PATCH] ci: fix Jenkinsfile env comment --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 397c68a..9bb490d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,8 +61,8 @@ spec: environment { VERSION = 'v2.14.1' TAG_SUFFIX = '-arm64' - # NOTE: avoid `REGISTRY` here because Harbor's Makefiles use `REGISTRY=registry` - # and run sub-makes with `-e`, causing environment variables to override make vars. + // Avoid `REGISTRY` here because Harbor's Makefiles use `REGISTRY=registry` and + // run sub-makes with `-e`, so environment variables override make vars. IMAGE_NAMESPACE = 'registry.bstein.dev/infra' HARBOR_TARBALL = "https://github.com/goharbor/harbor/archive/refs/tags/${VERSION}.tar.gz" }