From 02129d87f20008127f1426e2118368f3e532b890 Mon Sep 17 00:00:00 2001 From: dingguodong Date: Wed, 26 Nov 2025 14:18:43 +0800 Subject: [PATCH] * Change package name from ZenTaoPMS to zentao. --- misc/ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/ci/Jenkinsfile b/misc/ci/Jenkinsfile index d4aee47035..a650013493 100644 --- a/misc/ci/Jenkinsfile +++ b/misc/ci/Jenkinsfile @@ -302,7 +302,7 @@ pipeline { environment { ARTIFACT_NAME = """${sh( returnStdout: true, - script: 'test ${ZLANG} = cn && echo -n ZenTaoPMS || echo -n ZenTaoALM' + script: 'test ${ZLANG} = cn && echo -n zentao || echo -n ZenTaoALM' ).trim()}""" INT_FLAG = """${sh( returnStdout: true,