From 5867f83c04038e2affa9898272dfb80efa4692c8 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 2 Apr 2026 13:25:35 -0700 Subject: [PATCH] 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 --- ceph-release-containers/build/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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 ''' } } -- 2.47.3