* Change package name from ZenTaoPMS to zentao.

This commit is contained in:
dingguodong
2025-11-26 14:18:43 +08:00
parent 3ac85c1529
commit 02129d87f2
+1 -1
View File
@@ -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,