修改jenkins流水线配置

This commit is contained in:
qiaoxinjiu
2026-04-14 18:22:10 +08:00
parent 9183b8b0ff
commit 7109c21c0e
4 changed files with 152 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ from urllib.parse import quote
# dev环境
# BE_URL = '127.0.0.1:6080'
# online环境
BE_URL = '0.0.0.0:6080'
BE_URL = '0.0.0.0:5010'
BASEDIR = os.path.dirname(os.path.abspath(__file__))
# PROJDIR = os.path.dirname(BASEDIR)