From 58d479523e9cfe33ba1c9c7a36d717b51ac3964c Mon Sep 17 00:00:00 2001 From: XuqmGroup Date: Wed, 17 Jun 2026 19:14:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20uniquePropNames=20=E5=8E=BB=E9=87=8D?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E4=BF=AE=E5=A4=8D=EF=BC=8C=E9=81=BF=E5=85=8D?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=20bump=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3559a00..522b409 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,7 +91,7 @@ pipeline { def propName = mod == 'sdk-bugcollect-plugin' ? 'SDK_BUGCOLLECT_VERSION' : "SDK_${mod.replace('sdk-', '').toUpperCase()}_VERSION" [mod, propName] } - def uniquePropNames = propNameByModule.values() as Set + def uniquePropNames = propNameByModule.values().toList().unique() def versionArgs = [] def publishedVersions = []