From: Dan Mick Date: Thu, 2 Apr 2026 20:25:35 +0000 (-0700) Subject: ceph-release-containers: only use --version on v21 and later X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5867f83c04038e2affa9898272dfb80efa4692c8;p=ceph-build.git ceph-release-containers: only use --version on v21 and later This should be temporary and replaced with a proper backport; doing this to allow v20.2.1 to be released without rebuilding packages Signed-off-by: Dan Mick --- diff --git a/ceph-release-containers/build/Jenkinsfile b/ceph-release-containers/build/Jenkinsfile index 7c1c68d5..b60f0624 100644 --- a/ceph-release-containers/build/Jenkinsfile +++ b/ceph-release-containers/build/Jenkinsfile @@ -102,6 +102,7 @@ pipeline { ./make-manifest-list.py --version ${VERSION} else ./make-manifest-list.py + fi ''' } }