ci: fix Jenkinsfile env comment

This commit is contained in:
bstein 2025-12-17 12:27:57 -03:00
parent 7cdb7d8fc4
commit af857482a3

4
Jenkinsfile vendored
View File

@ -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"
}